READ_LOGS : Allows an application to read the low-level system log files.
INTERNET : Allows applications to open network sockets.
ACCESS_NETWORK_STATE : Allows applications to access information about networks
WRITE_EXTERNAL_STORAGE : Allows an application to write to external storage.
REQUEST_INSTALL_PACKAGES : No explanation available
REQUEST_DELETE_PACKAGES : No explanation available
GET_TASKS : Allows an application to get information about the currently or recently running tasks.
PACKAGE_USAGE_STATS : No explanation available
KILL_BACKGROUND_PROCESSES : Allows an application to call killBackgroundProcesses(String).
RESTART_PACKAGES : This constant was deprecated in API level 8. The restartPackage(String) API is no longer supported.
RECEIVE_BOOT_COMPLETED : Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.
ACCESS_FINE_LOCATION : Allows an app to access precise location from location sources such as GPS, cell towers, and Wi-Fi.
FLASHLIGHT : Allows access to the flashlight
CAMERA : Required to be able to access the camera device.
WAKE_LOCK : Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming
FOREGROUND_SERVICE : No explanation available
SYSTEM_ALERT_WINDOW : Allows an application to open windows using the type TYPE_SYSTEM_ALERT, shown on top of all other applications.
ACCESS_SUPERUSER : No explanation available