Questions tagged [contactgroups]

16 questions
0
votes
1 answer

Cannot get true contact's group from Android device?

I tried to get all group from android device with below code. Then I put all group name and id in arraylist. Uri CONTENT_URI = ContactsContract.Groups.CONTENT_URI; String GR_ID = ContactsContract.Groups._ID; String GR_TITLE =…
binhnt
  • 97
  • 3
  • 11
1
2