1

I added the two google accounts on my emulator. Later I added contacts under each account. I am able to get account using below link.

What is the default Account Type / Name for contacts on Android Contact Application?

Now how do I programmatically retrieve the contacts and its fields added under the accounts?

Cœur
  • 37,241
  • 25
  • 195
  • 267
anddvlpr
  • 11
  • 3

1 Answers1

0

You can query the account specific contacts by querying the Raw contacts table by passing Account name and type in selection parameters

Ankur Kumar
  • 972
  • 7
  • 12