READ_EXTERNAL_STORAGE : Allows an application to read from external storage.
WRITE_EXTERNAL_STORAGE : Allows an application to write to external storage.
READ_PHONE_STATE : Allows read only access to phone state.
RECEIVE_BOOT_COMPLETED : Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.
SYSTEM_ALERT_WINDOW : Allows an application to open windows using the type TYPE_SYSTEM_ALERT, shown on top of all other applications.
MODIFY_AUDIO_SETTINGS : Allows an application to modify global audio settings
RECORD_AUDIO : Allows an application to record audio
WAKE_LOCK : Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming
CALL_PHONE : Allows an application to initiate a phone call without going through the Dialer user interface for the user to confirm the call being placed.
BLUETOOTH : Allows applications to connect to paired bluetooth devices
BLUETOOTH_ADMIN : Allows applications to discover and pair bluetooth devices
VIBRATE : Allows access to the vibrator
INTERNET : Allows applications to open network sockets.
ACCESS_NETWORK_STATE : Allows applications to access information about networks
GET_ACCOUNTS : Allows access to the list of accounts in the Accounts Service
WRITE_CONTACTS : Allows an application to write (but not read) the user's contacts data.
READ_CONTACTS : Allows an application to read the user's contacts data.
MANAGE_ACCOUNTS : Allows an application to manage the list of accounts in the AccountManager
AUTHENTICATE_ACCOUNTS : Allows an application to act as an AccountAuthenticator for the AccountManager
READ_SYNC_SETTINGS : Allows applications to read the sync settings
WRITE_SYNC_SETTINGS : Allows applications to write the sync settings
USE_FINGERPRINT : No explanation available
USE_BIOMETRIC : No explanation available
FOREGROUND_SERVICE : No explanation available
WRITE_USE_APP_FEATURE_SURVEY : No explanation available
USE_FEATURES : No explanation available
AUTH : No explanation available
USE_CREDENTIALS : Allows an application to request authtokens from the AccountManager
SYSTEM_UI_VISIBILITY_EXTENSION : No explanation available