ACCESS_NETWORK_STATE
Allows applications to access information about networks
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.
WRITE_EXTERNAL_STORAGE
Allows an application to write to external storage.
KILL_BACKGROUND_PROCESSES
Allows an application to call killBackgroundProcesses(String).
CHANGE_CONFIGURATION
Allows an application to modify the current configuration, such as locale.