ACCESS_NETWORK_STATE
Allows applications to access information about networks
GET_ACCOUNTS
Allows access to the list of accounts in the Accounts Service
ACCESS_WIFI_STATE
Allows applications to access information about Wi-Fi networks
INTERNET
Allows applications to open network sockets.
BLUETOOTH
Allows applications to connect to paired bluetooth devices
GET_TASKS
Allows an application to get information about the currently or recently running tasks.
MANAGE_ACCOUNTS
Allows an application to manage the list of accounts in the AccountManager
RECEIVE_BOOT_COMPLETED
Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.
WAKE_LOCK
Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming
GET_PACKAGE_SIZE
Allows an application to find out the space used by any package.
READ_HISTORY_BOOKMARKS
Allows an application to read (but not write) the user's browsing history and bookmarks.
BIND_NOTIFICATION_LISTENER_SERVICE
Must be required by an NotificationListenerService, to ensure that only the system can bind to it.
BIND_ACCESSIBILITY_SERVICE
Must be required by an AccessibilityService,to ensure that only the system can bind to it.