Hi,
when doing the following query on the Contacts DB I observe some
really strange behaviour. I get old contacts which I have already
deleted or updated in the GMail web app. These wrong contacts are not
visible in GMail nor in the Android Contacts app. But they are still
within the DB. E. g. I get duplicated contacts with different _ids for
the same person after deleting an eMail address of some person. I have
already done some manual syncs, but it didn't help.
cursor = contentResolver.query(Contacts.People.CONTENT_URI,
new String[] { Contacts.People._ID,
Contacts.People.NAME },
Contacts.People.NAME + " LIKE ?",
new String[] { "myName..." },
Contacts.People.DEFAULT_SORT_ORDER);
Am I doing something wrong or is there a known issue on this?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"android-framework" 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-framework?hl=en
-~----------~----~----~----~------~----~------~--~---