RECEIVE_BOOT_COMPLETED : Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.
GET_TASKS : Allows an application to get information about the currently or recently running tasks.
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.
CHECK_LICENSE : No explanation available
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.
PACKAGE_USAGE_STATS : No explanation available
INTERNET : Allows applications to open network sockets.
ACCESS_NETWORK_STATE : Allows applications to access information about networks
WAKE_LOCK : Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming
BIND_GET_INSTALL_REFERRER_SERVICE : No explanation available
RECEIVE : No explanation available
C2D_MESSAGE : No explanation available
BILLING : No explanation available