AUTHENTICATE_ACCOUNTS : Allows an application to act as an AccountAuthenticator for the AccountManager
GET_ACCOUNTS : Allows access to the list of accounts in the Accounts Service
MANAGE_ACCOUNTS : Allows an application to manage the list of accounts in the AccountManager
USE_CREDENTIALS : Allows an application to request authtokens from the AccountManager
ACCESS_NETWORK_STATE : Allows applications to access information about networks
READ_GSERVICES : No explanation available
INTERNET : Allows applications to open network sockets.
ACCESS_WIFI_STATE : Allows applications to access information about Wi-Fi networks
MODIFY_AUDIO_SETTINGS : Allows an application to modify global audio settings
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.
RECORD_AUDIO : Allows an application to record audio
CAMERA : Required to be able to access the camera device.
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.
FOREGROUND_SERVICE : No explanation available