ACCESS_NETWORK_STATE
Allows applications to access information about networks
READ_PHONE_STATE
Allows read only access to phone state.
RECEIVE_SMS
Allows an application to monitor incoming SMS messages, to record or perform processing on them.
ACCESS_WIFI_STATE
Allows applications to access information about Wi-Fi networks
INTERNET
Allows applications to open network sockets.
CAMERA
Required to be able to access the camera device.
BLUETOOTH
Allows applications to connect to paired bluetooth devices
GET_TASKS
Allows an application to get information about the currently or recently running tasks.
READ_CONTACTS
Allows an application to read the user's contacts data.
READ_SYNC_SETTINGS
Allows applications to read the sync settings
RECEIVE_BOOT_COMPLETED
Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.
SEND_SMS
Allows an application to send SMS messages.
WRITE_CONTACTS
Allows an application to write (but not read) the user's contacts data.
WRITE_EXTERNAL_STORAGE
Allows an application to write to external storage.
WRITE_SYNC_SETTINGS
Allows applications to write the sync settings
SYSTEM_ALERT_WINDOW
Allows an application to open windows using the type TYPE_SYSTEM_ALERT, shown on top of all other applications.
BLUETOOTH_ADMIN
Allows applications to discover and pair bluetooth devices
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.
READ_SMS
Allows an application to read SMS messages.
WRITE_SMS
Allows an application to write SMS messages.
READ_LOGS
Allows an application to read the low-level system log files.
MOUNT_UNMOUNT_FILESYSTEMS
Allows mounting and unmounting file systems for removable storage.