KILL_BACKGROUND_PROCESSES : Allows an application to call killBackgroundProcesses(String).
INTERNET : Allows applications to open network sockets.
PACKAGE_USAGE_STATS : No explanation available
TASKS : No explanation available
INSTALL_SHORTCUT : Allows an application to install a shortcut in Launcher
SYSTEM_ALERT_WINDOW : Allows an application to open windows using the type TYPE_SYSTEM_ALERT, shown on top of all other applications.
FOREGROUND_SERVICE : No explanation available
GET_PACKAGE_SIZE : Allows an application to find out the space used by any package.
ACCESS_NETWORK_STATE : Allows applications to access information about networks
BILLING : No explanation available
READ_SYNC_SETTINGS : Allows applications to read the sync settings
WRITE_SYNC_SETTINGS : Allows applications to write the sync settings
RECEIVE_BOOT_COMPLETED : Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.
RESTART_PACKAGES : This constant was deprecated in API level 8. The restartPackage(String) API is no longer supported.
GET_TASKS : Allows an application to get information about the currently or recently running tasks.
SET_PROCESS_LIMIT : Allows an application to set the maximum number of (not needed) application processes that can be running.
BATTERY_STATS : Allows an application to collect battery statistics
WRITE_SETTINGS : Allows an application to read or write the system settings.
WAKE_LOCK : Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming
BIND_GET_INSTALL_REFERRER_SERVICE : No explanation available