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?