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?