ACCESS_NETWORK_STATE
Allows applications to access information about networks
VIBRATE
Allows access to the vibrator
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.
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.
RECORD_AUDIO
Allows an application to record audio
MODIFY_AUDIO_SETTINGS
Allows an application to modify global audio settings
READ_CONTACTS
Allows an application to read the user's contacts data.
RECEIVE_BOOT_COMPLETED
Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.
WRITE_SETTINGS
Allows an application to read or write the system settings.
FLASHLIGHT
Allows access to the flashlight
READ_SMS
Allows an application to read SMS messages.
BIND_ACCESSIBILITY_SERVICE
Must be required by an AccessibilityService,to ensure that only the system can bind to it.