ACCESS_NETWORK_STATE
Allows applications to access information about networks
ACCESS_WIFI_STATE
Allows applications to access information about Wi-Fi networks
CHANGE_WIFI_STATE
Allows applications to change Wi-Fi connectivity state
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
MODIFY_AUDIO_SETTINGS
Allows an application to modify global audio settings
READ_CONTACTS
Allows an application to read the user's contacts data.
WRITE_EXTERNAL_STORAGE
Allows an application to write to external storage.
WRITE_SETTINGS
Allows an application to read or write the system settings.
READ_CALENDAR
Allows an application to read the user's calendar data.
SET_WALLPAPER
Allows applications to set the wallpaper
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.
BIND_NOTIFICATION_LISTENER_SERVICE
Must be required by an NotificationListenerService, to ensure that only the system can bind to it.