ACCESS_SETTINGS : No explanation available
FOREGROUND_SERVICE : No explanation available
WRITE_EXTERNAL_STORAGE : Allows an application to write to external storage.
READ_EXTERNAL_STORAGE : Allows an application to read from external storage.
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.
READ_SMS : Allows an application to read SMS messages.
RECEIVE_SMS : Allows an application to monitor incoming SMS messages, to record or perform processing on them.
WRITE_SMS : Allows an application to write SMS messages.
WAKE_LOCK : Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming
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.
RECEIVE_BOOT_COMPLETED : Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.
READ_CALL_LOG : Allows an application to read the user's call log.
WRITE_CALL_LOG : Allows an application to write (but not read) the user's contacts data.
GET_ACCOUNTS : Allows access to the list of accounts in the Accounts Service
USE_CREDENTIALS : Allows an application to request authtokens from the AccountManager
ACCESS_WIFI_STATE : Allows applications to access information about Wi-Fi networks
CHANGE_WIFI_STATE : Allows applications to change Wi-Fi connectivity state
CHANGE_NETWORK_STATE : Allows applications to change network connectivity state
BIND_GET_INSTALL_REFERRER_SERVICE : No explanation available