CAMERA : Required to be able to access the camera device.
INTERNET : Allows applications to open network sockets.
GET_ACCOUNTS : Allows access to the list of accounts in the Accounts Service
GET_TASKS : Allows an application to get information about the currently or recently running tasks.
WRITE_EXTERNAL_STORAGE : Allows an application to write to external storage.
READ_CONTACTS : Allows an application to read the user's contacts data.
READ_USER_DICTIONARY : Allows an application to read the user dictionary.
WRITE_USER_DICTIONARY : Allows an application to write to the user dictionary.
ACCESS_NETWORK_STATE : Allows applications to access information about networks
DEVICE_POWER : Allows low-level access to power management.
WAKE_LOCK : Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming
INTERNAL_SYSTEM_WINDOW : Allows an application to open windows that are for use by parts of the system user interface.
SYSTEM_ALERT_WINDOW : Allows an application to open windows using the type TYPE_SYSTEM_ALERT, shown on top of all other applications.
RECEIVE_BOOT_COMPLETED : Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.
SET_WALLPAPER : Allows applications to set the wallpaper
BILLING : No explanation available
RECORD_AUDIO : Allows an application to record audio
VIBRATE : Allows access to the vibrator
ACCESS_COARSE_LOCATION : Allows an app to access approximate location derived from network location sources such as cell towers and Wi-Fi.
ACCESS_FINE_LOCATION : Allows an app to access precise location from location sources such as GPS, cell towers, and Wi-Fi.
READ_PHONE_STATE : Allows read only access to phone state.
READ_EXTERNAL_STORAGE : Allows an application to read from external storage.
RECEIVE : No explanation available
C2D_MESSAGE : No explanation available