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_BOOT_COMPLETED
Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.
WAKE_LOCK
Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming
WRITE_EXTERNAL_STORAGE
Allows an application to write to external storage.
REORDER_TASKS
Allows an application to change the Z-order of tasks
DISABLE_KEYGUARD
Allows applications to disable the keyguard
SYSTEM_ALERT_WINDOW
Allows an application to open windows using the type TYPE_SYSTEM_ALERT, shown on top of all other applications.
MODIFY_PHONE_STATE
Allows modification of the telephony state - power on, mmi, etc.
STATUS_BAR
Allows an application to open, close, or disable the status bar and its icons.
EXPAND_STATUS_BAR
Allows an application to expand or collapse the status bar.