Question

I'm working on an app that deals with contacts, and I am looking for ContactsContract compatible equivalents to both of these constants:

Contacts.Groups.GROUP_MY_CONTACTS
Contacts.Groups.GROUP_ANDROID_STARRED

I find it hard to believe that these constants no longer apply in ContactsContract. Am I missing something?

Was it helpful?

Solution

You should be able to get GROUP_ANDROID_STARRED from the STARRED column in ContactsContract.Contacts. I'm not too sure about the GROUP_MY_CONTACTS, but perhaps IN_VISIBLE_GROUP from ContactsContract.ContactsColumns may be what you're looking for.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top