Hi Community,

I'm working on an app right now, which should handle the users
contacts. But I have a basic problem: When I grab a list of all
contacts from the ContactsContract.Contacts.CONTENT_URI I expect to
get a list of all aggregated/merged contacts.
For example the list should contain a contact "John, Doe". Which also
has a facebook contact an a twitter contact joined in this one "John,
Doe". But on the list of contacts grabbed from
ContactsContract.Contacts.CONTENT_URI I exptect only "John, Doe".
My problem is that when I do grab a list of contacts from
ContactsContract.Contacts.CONTENT_URI I have a listitem for every
single contact, so instead of one single item "John, Doe" I have
three:
 - John, Doe (gmail)
 - Doe John (facebook)
 - Johnny (twitter)

Why is that so and is there any way to get the list of aggegrated
contacts?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to