Android dev: PhoneLookup._ID, Phone.CONTACT_ID, ContactsContract.Contacts._ID all the same?
Do they all refer to the same unique contactId of a contact person?开发者_运维问答
They should, but it's not guaranteed if the contacts are synced or aggregated.
You might want to try using LOOKUP_KEY
instead.
精彩评论