In how to retrieve the list of contacts in android I see code that allows you to read contacts using either ContactsContract.CommonDataKinds.Phone.CONTENT_URI
or ContactsContract.Contacts.CONTENT_URI
.
What is the difference between them?
When can they be different?