INTERNET : Allows applications to open network sockets.
ACCESS_NETWORK_STATE : Allows applications to access information about networks
READ_PHONE_STATE : Allows read only access to phone state.
WRITE_EXTERNAL_STORAGE : Allows an application to write to external storage.
READ_EXTERNAL_STORAGE : Allows an application to read from external storage.
RECEIVE_BOOT_COMPLETED : Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.
SET_ALARM : Allows an application to broadcast an Intent to set an alarm for the user.
WAKE_LOCK : Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming
REQUEST_IGNORE_BATTERY_OPTIMIZATIONS : No explanation available
GET_TASKS : Allows an application to get information about the currently or recently running tasks.
CAMERA : Required to be able to access the camera device.
SYSTEM_UI_VISIBILITY_EXTENSION : No explanation available
ACCESS_WIFI_STATE : Allows applications to access information about Wi-Fi networks
BLUETOOTH : Allows applications to connect to paired bluetooth devices
GET_ACCOUNTS : Allows access to the list of accounts in the Accounts Service
READ_SMS : Allows an application to read SMS messages.
SEND_SMS : Allows an application to send SMS messages.
READ_CONTACTS : Allows an application to read the user's contacts data.
ACCESS_FINE_LOCATION : Allows an app to access precise location from location sources such as GPS, cell towers, and Wi-Fi.
BLUETOOTH_ADMIN : Allows applications to discover and pair bluetooth devices
FOREGROUND_SERVICE : No explanation available
READ_CALL_LOG : Allows an application to read the user's call log.
SYSTEM_ALERT_WINDOW : Allows an application to open windows using the type TYPE_SYSTEM_ALERT, shown on top of all other applications.
RECEIVE : No explanation available
REQUEST_INSTALL_PACKAGES : No explanation available
DOWNLOAD_WITHOUT_NOTIFICATION : No explanation available
BIND_GET_INSTALL_REFERRER_SERVICE : No explanation available
AUTHENTICATE_ACCOUNTS : Allows an application to act as an AccountAuthenticator for the AccountManager
MANAGE_ACCOUNTS : Allows an application to manage the list of accounts in the AccountManager
READ_MSG_PREF : No explanation available
USE_YPC_BROKER : No explanation available