ACCESS_NETWORK_STATE
Allows applications to access information about networks
VIBRATE
Allows access to the vibrator
RECEIVE_SMS
Allows an application to monitor incoming SMS messages, to record or perform processing on them.
AUTHENTICATE_ACCOUNTS
Allows an application to act as an AccountAuthenticator for the AccountManager
ACCESS_WIFI_STATE
Allows applications to access information about Wi-Fi networks
INTERNET
Allows applications to open network sockets.
MANAGE_ACCOUNTS
Allows an application to manage the list of accounts in the AccountManager
RECEIVE_BOOT_COMPLETED
Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.
USE_CREDENTIALS
Allows an application to request authtokens from the AccountManager
WAKE_LOCK
Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming
BIND_GET_INSTALL_REFERRER_SERVICE
READ_SMS
Allows an application to read SMS messages.
RECEIVE_MMS
Allows an application to monitor incoming MMS messages, to record or perform processing on them.
KILL_BACKGROUND_PROCESSES
Allows an application to call killBackgroundProcesses(String).