ACCESS_BACKGROUND_LOCATION - allows an app to access location in the background.
ACCESS_COARSE_LOCATION - allows an app to access approximate location.
ACCESS_FINE_LOCATION - allows an app to access precise location.
ACCESS_MEDIA_LOCATION - allows an application to access any geographic locations persisted in the user's shared collection.
ACCESS_NETWORK_STATE - allows applications to access information about networks.
ACCESS_WIFI_STATE - allows applications to access information about wi-fi networks.
ANSWER_PHONE_CALLS - allows the app to answer an incoming phone call.
BLUETOOTH - allows applications to connect to paired bluetooth devices.
BLUETOOTH_ADMIN - allows applications to discover and pair bluetooth devices.
BLUETOOTH_ADVERTISE - required to be able to advertise to nearby bluetooth devices.
BLUETOOTH_CONNECT - required to be able to connect to paired bluetooth devices.
BLUETOOTH_SCAN - required to be able to discover and pair nearby bluetooth devices.
CALL_PHONE - allows an application to initiate a phone call without going through the dialer user interface for the user to confirm the call.
CAMERA - required to be able to access the camera device.
CHANGE_NETWORK_STATE - allows applications to change network connectivity state.
CHANGE_WIFI_MULTICAST_STATE - allows applications to enter wi-fi multicast mode.
CHANGE_WIFI_STATE - allows applications to change wi-fi connectivity state.
CREDENTIAL_MANAGER_QUERY_CANDIDATE_CREDENTIALS - allows a browser to invoke the set of query apis to get metadata about credential candidates prepared during the credentialmanager.preparegetcredential api.
FOREGROUND_SERVICE - allows a regular application to use service.startforeground.
FOREGROUND_SERVICE_CONNECTED_DEVICE - allows a regular application to use service.startforeground with the type "connecteddevice".
FOREGROUND_SERVICE_DATA_SYNC - allows a regular application to use service.startforeground with the type "datasync".
FOREGROUND_SERVICE_LOCATION - allows a regular application to use service.startforeground with the type "location".
FOREGROUND_SERVICE_MEDIA_PLAYBACK - allows a regular application to use service.startforeground with the type "mediaplayback".
FOREGROUND_SERVICE_MEDIA_PROJECTION - allows a regular application to use service.startforeground with the type "mediaprojection".
FOREGROUND_SERVICE_MICROPHONE - allows a regular application to use service.startforeground with the type "microphone".
FOREGROUND_SERVICE_PHONE_CALL - allows a regular application to use service.startforeground with the type "phonecall".
FOREGROUND_SERVICE_SYSTEM_EXEMPTED - allows a regular application to use service.startforeground with the type "systemexempted".
GET_ACCOUNTS - allows access to the list of accounts in the accounts service.
INTERNET - allows applications to open network sockets.
MANAGE_OWN_CALLS - allows a calling application which manages its own calls through the self-managed connectionservice apis.
MODIFY_AUDIO_SETTINGS - allows an application to modify global audio settings.
NEARBY_WIFI_DEVICES - required to be able to advertise and connect to nearby devices via wi-fi.
POST_NOTIFICATIONS - allows an app to post notifications
READ_CONTACTS - allows an application to read the user's contacts data.
READ_EXTERNAL_STORAGE - allows an application to read from external storage.
READ_MEDIA_IMAGES - allows an application to read image files from external storage.
READ_MEDIA_VIDEO - allows an application to read video files from external storage.
READ_MEDIA_VISUAL_USER_SELECTED - allows an application to read image or video files from external storage that a user has selected via the permission prompt photo picker.
READ_PHONE_STATE - allows read only access to phone state, including the current cellular network information, the status of any ongoing calls, and a list of any phoneaccounts registered on the device.
READ_SMS - allows an application to read sms messages.
RECEIVE_BOOT_COMPLETED - allows an application to receive the intent.action_boot_completed that is broadcast after the system finishes booting.
RECEIVE_MMS - allows an application to monitor incoming mms messages.
RECEIVE_SMS - allows an application to receive sms messages.
RECORD_AUDIO - allows an application to record audio.
REQUEST_COMPANION_RUN_IN_BACKGROUND - allows a companion app to run in the background.
REQUEST_COMPANION_USE_DATA_IN_BACKGROUND - allows a companion app to use data in the background.
REQUEST_IGNORE_BATTERY_OPTIMIZATIONS - permission an application must hold in order to use settings.action_request_ignore_battery_optimizations.
SCHEDULE_EXACT_ALARM - allows applications to use exact alarm apis.
SEND_SMS - allows an application to send sms messages.
USE_BIOMETRIC - allows an app to use device supported biometric modalities.
USE_FINGERPRINT - this constant was deprecated in api level 28. applications should request use_biometric instead
USE_FULL_SCREEN_INTENT - required for apps targeting build.version_codes.q that want to use notification full screen intents.
VIBRATE - allows access to the vibrator.
WAKE_LOCK - allows using powermanager wakelocks to keep processor from sleeping or screen from dimming.
WRITE_CONTACTS - allows an application to write the user's contacts data.
WRITE_EXTERNAL_STORAGE - allows an application to write to external storage.
ACTIVITY_RECOGNITION - allows an application to recognize physical activity.