INTERNET : Allows applications to open network sockets.
WRITE_EXTERNAL_STORAGE : Allows an application to write to external storage.
RECORD_AUDIO : Allows an application to record audio
READ_CONTACTS : Allows an application to read the user's contacts data.
WRITE_CONTACTS : Allows an application to write (but not read) the user's contacts data.
VIBRATE : Allows access to the vibrator
MODIFY_AUDIO_SETTINGS : Allows an application to modify global audio settings
ACCESS_NETWORK_STATE : Allows applications to access information about networks
ACCESS_WIFI_STATE : Allows applications to access information about Wi-Fi networks
WAKE_LOCK : Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming
BLUETOOTH : Allows applications to connect to paired bluetooth devices
BROADCAST_STICKY : Allows an application to broadcast sticky intents.
WIFI_LOCK : No explanation available
CAMERA : Required to be able to access the camera device.
FOREGROUND_SERVICE : No explanation available
REQUEST_IGNORE_BATTERY_OPTIMIZATIONS : No explanation available
RECEIVE_BOOT_COMPLETED : Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.
QUICKBOOT_POWERON : 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.