READ_PHONE_STATE
Allows read only access to phone state.
INTERNET
Allows applications to open network sockets.
READ_EXTERNAL_STORAGE
Allows an application to read from external storage.
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.
CALL_PHONE
Allows an application to initiate a phone call without going through the Dialer user interface for the user to confirm the call being placed.
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.