ACCESS_NETWORK_STATE : Allows applications to access information about networks
BLUETOOTH : Allows applications to connect to paired bluetooth devices
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.
CAMERA : Required to be able to access the camera device.
FOREGROUND_SERVICE : No explanation available
GET_ACCOUNTS : Allows access to the list of accounts in the Accounts Service
GET_PACKAGE_SIZE : Allows an application to find out the space used by any package.
INTERNET : Allows applications to open network sockets.
MANAGE_ACCOUNTS : Allows an application to manage the list of accounts in the AccountManager
MANAGE_OWN_CALLS : No explanation available
MODIFY_AUDIO_SETTINGS : Allows an application to modify global audio settings
PROCESS_OUTGOING_CALLS : Allows an application to monitor, modify, or abort outgoing calls.
READ_CONTACTS : Allows an application to read the user's contacts data.
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.
RECORD_AUDIO : Allows an application to record audio
VIBRATE : Allows access to the vibrator
WAKE_LOCK : Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming
WRITE_CONTACTS : Allows an application to write (but not read) the user's contacts data.
WRITE_EXTERNAL_STORAGE : Allows an application to write to external storage.
C2D_MESSAGE : No explanation available
RECEIVE : No explanation available
READ_GSERVICES : No explanation available