READ_CONTACTS : Allows an application to read the user's contacts data.
WRITE_CONTACTS : Allows an application to write (but not read) the user's contacts data.
READ_PHONE_STATE : Allows read only access to phone state.
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.
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
WRITE_EXTERNAL_STORAGE : Allows an application to write to external storage.
SUBSCRIBED_FEEDS_READ : Allows an application to allow access the subscribed feeds ContentProvider.
READ_SYNC_SETTINGS : Allows applications to read the sync settings
WRITE_SYNC_SETTINGS : Allows applications to write the sync settings
WRITE_SETTINGS : Allows an application to read or write the system settings.
INTERNET : Allows applications to open network sockets.
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.
SET_PREFERRED_APPLICATIONS : This constant was deprecated in API level 7. No longer useful, see addPackageToPreferred(String) for details.
READ_CALENDAR : Allows an application to read the user's calendar data.
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.
MANAGE_ACCOUNTS : Allows an application to manage the list of accounts in the AccountManager
GET_ACCOUNTS : Allows access to the list of accounts in the Accounts Service
CHANGE_NETWORK_STATE : Allows applications to change network connectivity state
ACCESS_NETWORK_STATE : Allows applications to access information about networks
ACCESS_WIFI_STATE : Allows applications to access information about Wi-Fi networks
CHANGE_WIFI_STATE : Allows applications to change Wi-Fi connectivity state
VIBRATE : Allows access to the vibrator
READ_LOGS : Allows an application to read the low-level system log files.
GET_TASKS : Allows an application to get information about the currently or recently running tasks.
EXPAND_STATUS_BAR : Allows an application to expand or collapse the status bar.
READ_HISTORY_BOOKMARKS : Allows an application to read (but not write) the user's browsing history and bookmarks.
WRITE_HISTORY_BOOKMARKS : Allows an application to write (but not read) the user's browsing history and bookmarks.
CAMERA : Required to be able to access the camera device.
SYSTEM_ALERT_WINDOW : Allows an application to open windows using the type TYPE_SYSTEM_ALERT, shown on top of all other applications.
REQUEST_IGNORE_BATTERY_OPTIMIZATIONS : No explanation available
ACCESS_NOTIFICATION_POLICY : No explanation available
BATTERY_STATS : Allows an application to collect battery statistics
MODIFY_AUDIO_SETTINGS : Allows an application to modify global audio settings
USE_FINGERPRINT : No explanation available
RECEIVE : No explanation available
REORDER_TASKS : Allows an application to change the Z-order of tasks
FOREGROUND_SERVICE : No explanation available
READ_GSERVICES : No explanation available
BIND_GET_INSTALL_REFERRER_SERVICE : No explanation available
REQUEST_DELETE_PACKAGES : No explanation available