SYSTEM_ALERT_WINDOW : Allows an application to open windows using the type TYPE_SYSTEM_ALERT, shown on top of all other applications.
CAMERA : Required to be able to access the camera device.
INTERNET : Allows applications to open network sockets.
CHANGE_WIFI_STATE : Allows applications to change Wi-Fi connectivity state
CHANGE_NETWORK_STATE : Allows applications to change network connectivity state
BLUETOOTH : Allows applications to connect to paired bluetooth devices
BLUETOOTH_ADMIN : Allows applications to discover and pair bluetooth devices
ACCESS_NOTIFICATIONS : No explanation available
WRITE_SETTINGS : Allows an application to read or write the system settings.
WRITE_SECURE_SETTINGS : Allows an application to read or write the secure system settings.
PACKAGE_USAGE_STATS : No explanation available
ACCESS_NETWORK_STATE : Allows applications to access information about networks
ACCESS_WIFI_STATE : Allows applications to access information about Wi-Fi networks
READ_EXTERNAL_STORAGE : Allows an application to read from external storage.
WRITE_EXTERNAL_STORAGE : Allows an application to write to external storage.
READ_SYNC_SETTINGS : Allows applications to read the sync settings
WRITE_SYNC_SETTINGS : Allows applications to write the sync settings
READ_PHONE_STATE : Allows read only access to phone state.
ACCESS_FINE_LOCATION : Allows an app to access precise location from location sources such as GPS, cell towers, and Wi-Fi.
ACCESS_BACKGROUND_LOCATION : No explanation available
ACCESS_NOTIFICATION_POLICY : No explanation available
NFC : Allows applications to perform I/O operations over NFC
VIBRATE : Allows access to the vibrator
USE_FINGERPRINT : No explanation available
EXPAND_STATUS_BAR : Allows an application to expand or collapse the status bar.
SET_WALLPAPER : Allows applications to set the wallpaper
FOREGROUND_SERVICE : No explanation available
SET_ALARM : Allows an application to broadcast an Intent to set an alarm for the user.
BILLING : No explanation available
WAKE_LOCK : Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming
RECEIVE_BOOT_COMPLETED : Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.