Hi Google, Need some info on ContactsContract.RawContacts<http://developer.android.com/reference/android/provider/ContactsContract.RawContacts.html> :
A row in the ContactsContract.RawContacts<http://developer.android.com/reference/android/provider/ContactsContract.RawContacts.html>table represents a set of data describing a person and associated with a single account (for example, one of the user's Gmail accounts). I have found two entry for each contact get inserted when I do import contact from SIM card. Why it is so and is it right? When I am trying to modify entry, compare function from EditContactActivity.java get called. /packages/apps/Contacts/src/com/android/contacts/ui/EditContactActivity.java In this class in compare function checking accountType which is getting null. Wanted to know with which raw contact this comparison is happening ? and Why it is getting crashed ? Regards Atul -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

