Re: [android-developers] Grab phonebook-contacts via ContactsContract-API

2011-01-14 Thread Dmitri Plotnikov
I don't fully understand your requirements, but it shouldn't matter what _other_ data is in the contacts DB. A sync adapter should only deal with its own data. Why not introduce a new account type for this purpose? Cheers, Dmitri On Jan 14, 2011 5:16 AM, "L0rdAli3n" <42.john.doe.1...@googlemail.c

[android-developers] Grab phonebook-contacts via ContactsContract-API

2011-01-14 Thread L0rdAli3n
Hey, I'm totally stuck with the ContactsContract-API. Point is that I want only mess around with the Contacts saved in the "local" phonebook. But it seems that every vendor but its own account_type for those contacts. And its even worse. The AccountManager isn't even aware of all account_types?!?