Required to be able to access the camera device.
Allows read only access to phone state, including the phone number of the device, current cellular network information, the status of any ongoing calls, and a list of any PhoneAccount
s registered on the device.
added in API level 1
String
GET_ACCOUNTS
Allows access to the list of accounts in the Accounts Service.
Note: Beginning with Android 6.0 (API level 23), if an app shares the signature of the authenticator that manages an account, it does not need "GET_ACCOUNTS"
permission to read information about that account. On Android 5.1 and lower, all apps need "GET_ACCOUNTS"
permission to read information about any account.
Protection level: dangerous
Constant Value: "android.permission.GET_ACCOUNTS"