That is the URI the platform Contacts app uses to load aggregated contacts.
You should be getting the same list that the stock Contacts app shows.

Automatic aggregation is not a required feature,  some compatible Android
builds may not support it.

Cheers,
Dmitri
On Jan 14, 2011 5:25 AM, "L0rdAli3n" <42.john.doe.1...@googlemail.com>
wrote:
> 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<android-developers%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
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