WAKE_LOCK : Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming
C2D_MESSAGE : No explanation available
RECEIVE : No explanation available
READ_GSERVICES : No explanation available
READ_EXTERNAL_STORAGE : Allows an application to read from external storage.
WRITE_EXTERNAL_STORAGE : Allows an application to write to external storage.
RECEIVE_BOOT_COMPLETED : Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.
READ_PHONE_STATE : Allows read only access to phone state.
ACCESS_NETWORK_STATE : Allows applications to access information about networks
ACCESS_COARSE_LOCATION : Allows an app to access approximate location derived from network location sources such as cell towers and Wi-Fi.
ACCESS_FINE_LOCATION : Allows an app to access precise location from location sources such as GPS, cell towers, and Wi-Fi.
ACCESS_WIFI_STATE : Allows applications to access information about Wi-Fi networks
BLUETOOTH : Allows applications to connect to paired bluetooth devices
BLUETOOTH_ADMIN : Allows applications to discover and pair bluetooth devices
CHANGE_NETWORK_STATE : Allows applications to change network connectivity state
CHANGE_WIFI_STATE : Allows applications to change Wi-Fi connectivity state
DOWNLOAD_WITHOUT_NOTIFICATION : No explanation available
INTERNET : Allows applications to open network sockets.
WRITE_SETTINGS : Allows an application to read or write the system settings.
FOREGROUND_SERVICE : No explanation available
PACKAGE_USAGE_STATS : No explanation available
GET_PACKAGE_SIZE : Allows an application to find out the space used by any package.
DELETE_PACKAGES : Allows an application to delete packages.
APP_INSTALL_API : No explanation available
REQUEST_DELETE_PACKAGES : No explanation available
GET_ACCOUNTS : Allows access to the list of accounts in the Accounts Service
MANAGE_ACCOUNTS : Allows an application to manage the list of accounts in the AccountManager
REQUEST_INSTALL_PACKAGES : No explanation available