Wednesday, 14 August 2013

What does "GET_ACCOUNTS" actually do?

What does "GET_ACCOUNTS" actually do?

http://developer.android.com/reference/android/Manifest.permission.html#GET_ACCOUNTS
I've been searching around Android developers guide, and it says for
GET_ACCOUNTS
Allows access to the list of accounts in the Accounts Service
So what does GET_ACCOUNTS actually do? Can an app read the device's email
address or phone contacts?

No comments:

Post a Comment