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.
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.
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.
READ_EXTERNAL_STORAGE
Allows an application to read from external storage.
GET_TASKS
Allows an application to get information about the currently or recently running tasks.
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.
GET_PACKAGE_SIZE
Allows an application to find out the space used by any package.
KILL_BACKGROUND_PROCESSES
Allows an application to call killBackgroundProcesses(String).
CLEAR_APP_CACHE
Allows an application to clear the caches of all installed applications on the device.
DELETE_PACKAGES
Allows an application to delete packages.
DEVICE_POWER
Allows low-level access to power management.
DELETE_CACHE_FILES
Allows an application to delete cache files.
REBOOT
Required to be able to reboot the device.