0

How can I get all contacts from Gmail? Is there any library that facilitates this process ? I do not want to get contacts from the device addressbook but GMAIL .

viniciusmo
  • 974
  • 2
  • 10
  • 15

2 Answers2

0

You can't get it from Gmail, because gmail uses the contacts provider of the phone. What you need is to read the contacts provider and filter by google account.

To do this you need the rights: READ_CONTACTS and READ_ACCOUNTS.

Look here: How to get phone contacts in Android

Community
  • 1
  • 1
Rene M.
  • 2,660
  • 15
  • 24
0

From the Google developers site this might be helpful: Google contacts

Or dit you want to only export your contacts?