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_CONTACTS : Allows an application to read the user's contacts data.
CHANGE_WIFI_MULTICAST_STATE : Allows applications to enter Wi-Fi Multicast mode
ACCESS_WIFI_STATE : Allows applications to access information about Wi-Fi networks
MODIFY_AUDIO_SETTINGS : Allows an application to modify global audio settings
WRITE_CALENDAR : Allows an application to write (but not read) the user's calendar data.
READ_CALENDAR : Allows an application to read the user's calendar data.
GET_ACCOUNTS : Allows access to the list of accounts in the Accounts Service
EXPAND_STATUS_BAR : Allows an application to expand or collapse the status bar.
BLUETOOTH_ADMIN : Allows applications to discover and pair bluetooth devices
BLUETOOTH : Allows applications to connect to paired bluetooth devices
CHANGE_WIFI_STATE : Allows applications to change Wi-Fi connectivity state
RECEIVE_BOOT_COMPLETED : Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.
RECORD_AUDIO : Allows an application to record audio
ACCESS_COARSE_LOCATION : Allows an app to access approximate location derived from network location sources such as cell towers and Wi-Fi.
ACCESS_FINE_LOCATION : Allows an app to access precise location from location sources such as GPS, cell towers, and Wi-Fi.
GET_TASKS : Allows an application to get information about the currently or recently running tasks.
NETWORK_STATE_CHANGED_ACTION : No explanation available
SYSTEM_ALERT_WINDOW : Allows an application to open windows using the type TYPE_SYSTEM_ALERT, shown on top of all other applications.
WAKE_LOCK : Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming
DEVICE_POWER : Allows low-level access to power management.
BILLING : No explanation available
CAMERA : Required to be able to access the camera device.
BIND_ACCESSIBILITY_SERVICE : Must be required by an AccessibilityService,to ensure that only the system can bind to it.
PACKAGE_USAGE_STATS : No explanation available
INSTALL_SHORTCUT : Allows an application to install a shortcut in Launcher
FOREGROUND_SERVICE : No explanation available
RECEIVE : No explanation available
TRANSMIT_IR : Allows using the device's IR transmitter, if available
VIBRATE : Allows access to the vibrator
REMOTE_CONTROL : No explanation available
READ_EXTERNAL_STORAGE : Allows an application to read from external storage.
BIND_GET_INSTALL_REFERRER_SERVICE : No explanation available
SET_ALARM : Allows an application to broadcast an Intent to set an alarm for the user.