WRITE_EXTERNAL_STORAGE : Allows an application to write to external storage.
RECEIVE_BOOT_COMPLETED : Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.
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
AUTHENTICATE_ACCOUNTS : Allows an application to act as an AccountAuthenticator for the AccountManager
USE_CREDENTIALS : Allows an application to request authtokens from the AccountManager
INTERNET : Allows applications to open network sockets.
ACCESS_NETWORK_STATE : Allows applications to access information about networks
ACCESS_WIFI_STATE : Allows applications to access information about Wi-Fi networks
CHECK_LICENSE : No explanation available
READ_USER_DICTIONARY : Allows an application to read the user dictionary.
WRITE_USER_DICTIONARY : Allows an application to write to the user dictionary.
INSTALL_SHORTCUT : Allows an application to install a shortcut in Launcher
VIBRATE : Allows access to the vibrator
RECORD_AUDIO : Allows an application to record audio
RECEIVE : No explanation available
C2D_MESSAGE : No explanation available
READ_CONTACTS : Allows an application to read the user's contacts data.
SYSTEM_ALERT_WINDOW : Allows an application to open windows using the type TYPE_SYSTEM_ALERT, shown on top of all other applications.
GET_PACKAGE_SIZE : Allows an application to find out the space used by any package.
CAMERA : Required to be able to access the camera device.
BILLING : No explanation available
READ_PHONE_STATE : Allows read only access to phone state.
WAKE_LOCK : Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming
READ_EXTERNAL_STORAGE : Allows an application to read from external storage.