4

I want to implement OAuth login with Google. What is the best way to get all user's Google accounts with images?

I can get a simple Google account list with AccountPicker.newChooseAccountIntent but I want a list with user photos like this:

https://i.stack.imgur.com/TI874.png

Prasanth S
  • 3,725
  • 9
  • 43
  • 75
Ivan Fork
  • 812
  • 1
  • 9
  • 22

1 Answers1

0

If you are targeting Android 4.0 (API level 14) or higher you might want to use Contacts Provider. http://developer.android.com/guide/topics/providers/contacts-provider.html#UserProfile

Marcin S.
  • 11,161
  • 6
  • 50
  • 63