{
"meta": {
"source": "https://developer.android.com/reference/android/Manifest.permission",
"scrapedAt": "2021-07-21T21:09:09Z"
},
"data": {
"ACCEPT_HANDOVER": {
"apiAdded": 28,
"apiDeprecated": null,
"apiReplaced": null,
"name": "ACCEPT_HANDOVER",
"description": "Allows a calling app to continue a call which was started in another app.",
"explanation": "An example is a video calling app that wants to continue a voice call on the user's mobile network.",
"constant": "android.permission.ACCEPT_HANDOVER",
"protection": "dangerous",
"warning": null
},
"ACCESS_BACKGROUND_LOCATION": {
"apiAdded": 29,
"apiDeprecated": null,
"apiReplaced": null,
"name": "ACCESS_BACKGROUND_LOCATION",
"description": "Allows an app to access location in the background.",
"explanation": "If you're requesting this permission, you must also request either ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION. Requesting this permission by itself doesn't give you location access.",
"constant": "android.permission.ACCESS_BACKGROUND_LOCATION",
"protection": "dangerous",
"warning": null
},
"ACCESS_BLOBS_ACROSS_USERS": {
"apiAdded": 31,
"apiDeprecated": null,
"apiReplaced": null,
"name": "ACCESS_BLOBS_ACROSS_USERS",
"description": "Allows an application to access data blobs across users.",
"explanation": null,
"constant": "android.permission.ACCESS_BLOBS_ACROSS_USERS",
"protection": null,
"warning": null
},
"ACCESS_CHECKIN_PROPERTIES": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "ACCESS_CHECKIN_PROPERTIES",
"description": "Allows read/write access to the \"properties\" table in the checkin database, to change values that get uploaded.",
"explanation": null,
"constant": "android.permission.ACCESS_CHECKIN_PROPERTIES",
"protection": null,
"warning": null
},
"ACCESS_COARSE_LOCATION": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "ACCESS_COARSE_LOCATION",
"description": "Allows an app to access approximate location.",
"explanation": null,
"constant": "android.permission.ACCESS_COARSE_LOCATION",
"protection": "dangerous",
"warning": null
},
"ACCESS_FINE_LOCATION": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "ACCESS_FINE_LOCATION",
"description": "Allows an app to access precise location.",
"explanation": null,
"constant": "android.permission.ACCESS_FINE_LOCATION",
"protection": "dangerous",
"warning": null
},
"ACCESS_LOCATION_EXTRA_COMMANDS": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "ACCESS_LOCATION_EXTRA_COMMANDS",
"description": "Allows an application to access extra location provider commands.",
"explanation": null,
"constant": "android.permission.ACCESS_LOCATION_EXTRA_COMMANDS",
"protection": "normal",
"warning": null
},
"ACCESS_MEDIA_LOCATION": {
"apiAdded": 29,
"apiDeprecated": null,
"apiReplaced": null,
"name": "ACCESS_MEDIA_LOCATION",
"description": "Allows an application to access any geographic locations persisted in the user's shared collection.",
"explanation": null,
"constant": "android.permission.ACCESS_MEDIA_LOCATION",
"protection": "dangerous",
"warning": null
},
"ACCESS_NETWORK_STATE": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "ACCESS_NETWORK_STATE",
"description": "Allows applications to access information about networks.",
"explanation": null,
"constant": "android.permission.ACCESS_NETWORK_STATE",
"protection": "normal",
"warning": null
},
"ACCESS_NOTIFICATION_POLICY": {
"apiAdded": 23,
"apiDeprecated": null,
"apiReplaced": null,
"name": "ACCESS_NOTIFICATION_POLICY",
"description": "Marker permission for applications that wish to access notification policy.",
"explanation": "This permission is not supported on managed profiles.",
"constant": "android.permission.ACCESS_NOTIFICATION_POLICY",
"protection": "normal",
"warning": null
},
"ACCESS_WIFI_STATE": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "ACCESS_WIFI_STATE",
"description": "Allows applications to access information about Wi-Fi networks.",
"explanation": null,
"constant": "android.permission.ACCESS_WIFI_STATE",
"protection": "normal",
"warning": null
},
"ACCOUNT_MANAGER": {
"apiAdded": 5,
"apiDeprecated": null,
"apiReplaced": null,
"name": "ACCOUNT_MANAGER",
"description": "Allows applications to call into AccountAuthenticators.",
"explanation": null,
"constant": "android.permission.ACCOUNT_MANAGER",
"protection": null,
"warning": null
},
"ACTIVITY_RECOGNITION": {
"apiAdded": 29,
"apiDeprecated": null,
"apiReplaced": null,
"name": "ACTIVITY_RECOGNITION",
"description": "Allows an application to recognize physical activity.",
"explanation": null,
"constant": "android.permission.ACTIVITY_RECOGNITION",
"protection": "dangerous",
"warning": null
},
"ADD_VOICEMAIL": {
"apiAdded": 14,
"apiDeprecated": null,
"apiReplaced": null,
"name": "ADD_VOICEMAIL",
"description": "Allows an application to add voicemails into the system.",
"explanation": null,
"constant": "com.android.voicemail.permission.ADD_VOICEMAIL",
"protection": "dangerous",
"warning": null
},
"ANSWER_PHONE_CALLS": {
"apiAdded": 26,
"apiDeprecated": null,
"apiReplaced": null,
"name": "ANSWER_PHONE_CALLS",
"description": "Allows the app to answer an incoming phone call.",
"explanation": null,
"constant": "android.permission.ANSWER_PHONE_CALLS",
"protection": "dangerous",
"warning": null
},
"BATTERY_STATS": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BATTERY_STATS",
"description": "Allows an application to collect battery statistics",
"explanation": null,
"constant": "android.permission.BATTERY_STATS",
"protection": "signature|privileged|development",
"warning": null
},
"BIND_ACCESSIBILITY_SERVICE": {
"apiAdded": 16,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BIND_ACCESSIBILITY_SERVICE",
"description": "Must be required by an AccessibilityService, to ensure that only the system can bind to it.",
"explanation": "Must be required by an AccessibilityService, to ensure that only the system can bind to it.",
"constant": "android.permission.BIND_ACCESSIBILITY_SERVICE",
"protection": "signature",
"warning": null
},
"BIND_APPWIDGET": {
"apiAdded": 3,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BIND_APPWIDGET",
"description": "Allows an application to tell the AppWidget service which application can access AppWidget's data.",
"explanation": "The normal user flow is that a user picks an AppWidget to go into a particular host, thereby giving that host application access to the private data from the AppWidget app. An application that has this permission should honor that contract.",
"constant": "android.permission.BIND_APPWIDGET",
"protection": null,
"warning": null
},
"BIND_AUTOFILL_SERVICE": {
"apiAdded": 26,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BIND_AUTOFILL_SERVICE",
"description": "Must be required by a AutofillService, to ensure that only the system can bind to it.",
"explanation": "Must be required by a AutofillService, to ensure that only the system can bind to it.",
"constant": "android.permission.BIND_AUTOFILL_SERVICE",
"protection": "signature",
"warning": null
},
"BIND_CALL_REDIRECTION_SERVICE": {
"apiAdded": 29,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BIND_CALL_REDIRECTION_SERVICE",
"description": "Must be required by a CallRedirectionService, to ensure that only the system can bind to it.",
"explanation": "Must be required by a CallRedirectionService, to ensure that only the system can bind to it.",
"constant": "android.permission.BIND_CALL_REDIRECTION_SERVICE",
"protection": "signature|privileged",
"warning": null
},
"BIND_CARRIER_MESSAGING_CLIENT_SERVICE": {
"apiAdded": 29,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BIND_CARRIER_MESSAGING_CLIENT_SERVICE",
"description": "A subclass of CarrierMessagingClientService must be protected with this permission.",
"explanation": "A subclass of CarrierMessagingClientService must be protected with this permission.",
"constant": "android.permission.BIND_CARRIER_MESSAGING_CLIENT_SERVICE",
"protection": "signature",
"warning": null
},
"BIND_CARRIER_MESSAGING_SERVICE": {
"apiAdded": 22,
"apiDeprecated": 23,
"apiReplaced": "BIND_CARRIER_SERVICES",
"name": "BIND_CARRIER_MESSAGING_SERVICE",
"description": "",
"explanation": null,
"constant": "android.permission.BIND_CARRIER_MESSAGING_SERVICE",
"protection": null,
"warning": "This constant was deprecated in API level 23. Use BIND_CARRIER_SERVICES instead"
},
"BIND_CARRIER_SERVICES": {
"apiAdded": 23,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BIND_CARRIER_SERVICES",
"description": "The system process that is allowed to bind to services in carrier apps will have this permission.",
"explanation": "Carrier apps should use this permission to protect their services that only the system is allowed to bind to.",
"constant": "android.permission.BIND_CARRIER_SERVICES",
"protection": "signature|privileged",
"warning": null
},
"BIND_CHOOSER_TARGET_SERVICE": {
"apiAdded": 23,
"apiDeprecated": 30,
"apiReplaced": null,
"name": "BIND_CHOOSER_TARGET_SERVICE",
"description": "",
"explanation": null,
"constant": "android.permission.BIND_CHOOSER_TARGET_SERVICE",
"protection": "signature",
"warning": "This constant was deprecated in API level 30. For publishing direct share targets, please follow the instructions in https://developer.android.com/training/sharing/receive.html#providing-direct-share-targets instead."
},
"BIND_COMPANION_DEVICE_SERVICE": {
"apiAdded": 31,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BIND_COMPANION_DEVICE_SERVICE",
"description": "Must be required by any CompanionDeviceServices to ensure that only the system can bind to it.",
"explanation": "Must be required by any CompanionDeviceServices to ensure that only the system can bind to it.",
"constant": "android.permission.BIND_COMPANION_DEVICE_SERVICE",
"protection": null,
"warning": null
},
"BIND_CONDITION_PROVIDER_SERVICE": {
"apiAdded": 24,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BIND_CONDITION_PROVIDER_SERVICE",
"description": "Must be required by a ConditionProviderService, to ensure that only the system can bind to it.",
"explanation": "Must be required by a ConditionProviderService, to ensure that only the system can bind to it.",
"constant": "android.permission.BIND_CONDITION_PROVIDER_SERVICE",
"protection": "signature",
"warning": null
},
"BIND_CONTROLS": {
"apiAdded": 30,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BIND_CONTROLS",
"description": "Allows SystemUI to request third party controls.",
"explanation": null,
"constant": "android.permission.BIND_CONTROLS",
"protection": null,
"warning": null
},
"BIND_DEVICE_ADMIN": {
"apiAdded": 8,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BIND_DEVICE_ADMIN",
"description": "Must be required by device administration receiver, to ensure that only the system can interact with it.",
"explanation": null,
"constant": "android.permission.BIND_DEVICE_ADMIN",
"protection": "signature",
"warning": null
},
"BIND_DREAM_SERVICE": {
"apiAdded": 21,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BIND_DREAM_SERVICE",
"description": "Must be required by an DreamService, to ensure that only the system can bind to it.",
"explanation": "Must be required by an DreamService, to ensure that only the system can bind to it.",
"constant": "android.permission.BIND_DREAM_SERVICE",
"protection": "signature",
"warning": null
},
"BIND_INCALL_SERVICE": {
"apiAdded": 23,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BIND_INCALL_SERVICE",
"description": "Must be required by a InCallService, to ensure that only the system can bind to it.",
"explanation": "Must be required by a InCallService, to ensure that only the system can bind to it.",
"constant": "android.permission.BIND_INCALL_SERVICE",
"protection": "signature|privileged",
"warning": null
},
"BIND_INPUT_METHOD": {
"apiAdded": 3,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BIND_INPUT_METHOD",
"description": "Must be required by an InputMethodService, to ensure that only the system can bind to it.",
"explanation": "Must be required by an InputMethodService, to ensure that only the system can bind to it.",
"constant": "android.permission.BIND_INPUT_METHOD",
"protection": "signature",
"warning": null
},
"BIND_MIDI_DEVICE_SERVICE": {
"apiAdded": 23,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BIND_MIDI_DEVICE_SERVICE",
"description": "Must be required by an MidiDeviceService, to ensure that only the system can bind to it.",
"explanation": "Must be required by an MidiDeviceService, to ensure that only the system can bind to it.",
"constant": "android.permission.BIND_MIDI_DEVICE_SERVICE",
"protection": "signature",
"warning": null
},
"BIND_NFC_SERVICE": {
"apiAdded": 19,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BIND_NFC_SERVICE",
"description": "Must be required by a HostApduService or OffHostApduService to ensure that only the system can bind to it.",
"explanation": "Must be required by a HostApduService or OffHostApduService to ensure that only the system can bind to it.",
"constant": "android.permission.BIND_NFC_SERVICE",
"protection": "signature",
"warning": null
},
"BIND_NOTIFICATION_LISTENER_SERVICE": {
"apiAdded": 18,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BIND_NOTIFICATION_LISTENER_SERVICE",
"description": "Must be required by an NotificationListenerService, to ensure that only the system can bind to it.",
"explanation": "Must be required by an NotificationListenerService, to ensure that only the system can bind to it.",
"constant": "android.permission.BIND_NOTIFICATION_LISTENER_SERVICE",
"protection": "signature",
"warning": null
},
"BIND_PRINT_SERVICE": {
"apiAdded": 19,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BIND_PRINT_SERVICE",
"description": "Must be required by a PrintService, to ensure that only the system can bind to it.",
"explanation": "Must be required by a PrintService, to ensure that only the system can bind to it.",
"constant": "android.permission.BIND_PRINT_SERVICE",
"protection": "signature",
"warning": null
},
"BIND_QUICK_ACCESS_WALLET_SERVICE": {
"apiAdded": 30,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BIND_QUICK_ACCESS_WALLET_SERVICE",
"description": "Must be required by a QuickAccessWalletService to ensure that only the system can bind to it.",
"explanation": "Must be required by a QuickAccessWalletService to ensure that only the system can bind to it.",
"constant": "android.permission.BIND_QUICK_ACCESS_WALLET_SERVICE",
"protection": "signature",
"warning": null
},
"BIND_QUICK_SETTINGS_TILE": {
"apiAdded": 24,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BIND_QUICK_SETTINGS_TILE",
"description": "Allows an application to bind to third party quick settings tiles.",
"explanation": null,
"constant": "android.permission.BIND_QUICK_SETTINGS_TILE",
"protection": null,
"warning": null
},
"BIND_REMOTEVIEWS": {
"apiAdded": 11,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BIND_REMOTEVIEWS",
"description": "Must be required by a RemoteViewsService, to ensure that only the system can bind to it.",
"explanation": "Must be required by a RemoteViewsService, to ensure that only the system can bind to it.",
"constant": "android.permission.BIND_REMOTEVIEWS",
"protection": "signature|privileged",
"warning": null
},
"BIND_SCREENING_SERVICE": {
"apiAdded": 24,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BIND_SCREENING_SERVICE",
"description": "Must be required by a CallScreeningService, to ensure that only the system can bind to it.",
"explanation": "Must be required by a CallScreeningService, to ensure that only the system can bind to it.",
"constant": "android.permission.BIND_SCREENING_SERVICE",
"protection": "signature|privileged",
"warning": null
},
"BIND_TELECOM_CONNECTION_SERVICE": {
"apiAdded": 23,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BIND_TELECOM_CONNECTION_SERVICE",
"description": "Must be required by a ConnectionService, to ensure that only the system can bind to it.",
"explanation": "Must be required by a ConnectionService, to ensure that only the system can bind to it.",
"constant": "android.permission.BIND_TELECOM_CONNECTION_SERVICE",
"protection": "signature|privileged",
"warning": null
},
"BIND_TEXT_SERVICE": {
"apiAdded": 14,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BIND_TEXT_SERVICE",
"description": "Must be required by a TextService (e.g.",
"explanation": " SpellCheckerService) to ensure that only the system can bind to it.",
"constant": "android.permission.BIND_TEXT_SERVICE",
"protection": "signature",
"warning": null
},
"BIND_TV_INPUT": {
"apiAdded": 21,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BIND_TV_INPUT",
"description": "Must be required by a TvInputService to ensure that only the system can bind to it.",
"explanation": "Must be required by a TvInputService to ensure that only the system can bind to it.",
"constant": "android.permission.BIND_TV_INPUT",
"protection": "signature|privileged",
"warning": null
},
"BIND_VISUAL_VOICEMAIL_SERVICE": {
"apiAdded": 26,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BIND_VISUAL_VOICEMAIL_SERVICE",
"description": "Must be required by a link VisualVoicemailService to ensure that only the system can bind to it.",
"explanation": "Must be required by a link VisualVoicemailService to ensure that only the system can bind to it.",
"constant": "android.permission.BIND_VISUAL_VOICEMAIL_SERVICE",
"protection": "signature|privileged",
"warning": null
},
"BIND_VOICE_INTERACTION": {
"apiAdded": 21,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BIND_VOICE_INTERACTION",
"description": "Must be required by a VoiceInteractionService, to ensure that only the system can bind to it.",
"explanation": "Must be required by a VoiceInteractionService, to ensure that only the system can bind to it.",
"constant": "android.permission.BIND_VOICE_INTERACTION",
"protection": "signature",
"warning": null
},
"BIND_VPN_SERVICE": {
"apiAdded": 14,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BIND_VPN_SERVICE",
"description": "Must be required by a VpnService, to ensure that only the system can bind to it.",
"explanation": "Must be required by a VpnService, to ensure that only the system can bind to it.",
"constant": "android.permission.BIND_VPN_SERVICE",
"protection": "signature",
"warning": null
},
"BIND_VR_LISTENER_SERVICE": {
"apiAdded": 24,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BIND_VR_LISTENER_SERVICE",
"description": "Must be required by an VrListenerService, to ensure that only the system can bind to it.",
"explanation": "Must be required by an VrListenerService, to ensure that only the system can bind to it.",
"constant": "android.permission.BIND_VR_LISTENER_SERVICE",
"protection": "signature",
"warning": null
},
"BIND_WALLPAPER": {
"apiAdded": 8,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BIND_WALLPAPER",
"description": "Must be required by a WallpaperService, to ensure that only the system can bind to it.",
"explanation": "Must be required by a WallpaperService, to ensure that only the system can bind to it.",
"constant": "android.permission.BIND_WALLPAPER",
"protection": "signature|privileged",
"warning": null
},
"BLUETOOTH": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BLUETOOTH",
"description": "Allows applications to connect to paired bluetooth devices.",
"explanation": null,
"constant": "android.permission.BLUETOOTH",
"protection": "normal",
"warning": null
},
"BLUETOOTH_ADMIN": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BLUETOOTH_ADMIN",
"description": "Allows applications to discover and pair bluetooth devices.",
"explanation": null,
"constant": "android.permission.BLUETOOTH_ADMIN",
"protection": "normal",
"warning": null
},
"BLUETOOTH_ADVERTISE": {
"apiAdded": 31,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BLUETOOTH_ADVERTISE",
"description": "Required to be able to advertise to nearby Bluetooth devices.",
"explanation": null,
"constant": "android.permission.BLUETOOTH_ADVERTISE",
"protection": "dangerous",
"warning": null
},
"BLUETOOTH_CONNECT": {
"apiAdded": 31,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BLUETOOTH_CONNECT",
"description": "Required to be able to connect to paired Bluetooth devices.",
"explanation": null,
"constant": "android.permission.BLUETOOTH_CONNECT",
"protection": "dangerous",
"warning": null
},
"BLUETOOTH_PRIVILEGED": {
"apiAdded": 19,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BLUETOOTH_PRIVILEGED",
"description": "Allows applications to pair bluetooth devices without user interaction, and to allow or disallow phonebook access or message access.",
"explanation": null,
"constant": "android.permission.BLUETOOTH_PRIVILEGED",
"protection": null,
"warning": null
},
"BLUETOOTH_SCAN": {
"apiAdded": 31,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BLUETOOTH_SCAN",
"description": "Required to be able to discover and pair nearby Bluetooth devices.",
"explanation": null,
"constant": "android.permission.BLUETOOTH_SCAN",
"protection": "dangerous",
"warning": null
},
"BODY_SENSORS": {
"apiAdded": 20,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BODY_SENSORS",
"description": "Allows an application to access data from sensors that the user uses to measure what is happening inside their body, such as heart rate.",
"explanation": null,
"constant": "android.permission.BODY_SENSORS",
"protection": "dangerous",
"warning": null
},
"BROADCAST_PACKAGE_REMOVED": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BROADCAST_PACKAGE_REMOVED",
"description": "Allows an application to broadcast a notification that an application package has been removed.",
"explanation": null,
"constant": "android.permission.BROADCAST_PACKAGE_REMOVED",
"protection": null,
"warning": null
},
"BROADCAST_SMS": {
"apiAdded": 2,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BROADCAST_SMS",
"description": "Allows an application to broadcast an SMS receipt notification.",
"explanation": null,
"constant": "android.permission.BROADCAST_SMS",
"protection": null,
"warning": null
},
"BROADCAST_STICKY": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BROADCAST_STICKY",
"description": "Allows an application to broadcast sticky intents.",
"explanation": "These are broadcasts whose data is held by the system after being finished, so that clients can quickly retrieve that data without having to wait for the next broadcast.",
"constant": "android.permission.BROADCAST_STICKY",
"protection": "normal",
"warning": null
},
"BROADCAST_WAP_PUSH": {
"apiAdded": 2,
"apiDeprecated": null,
"apiReplaced": null,
"name": "BROADCAST_WAP_PUSH",
"description": "Allows an application to broadcast a WAP PUSH receipt notification.",
"explanation": null,
"constant": "android.permission.BROADCAST_WAP_PUSH",
"protection": null,
"warning": null
},
"CALL_COMPANION_APP": {
"apiAdded": 29,
"apiDeprecated": null,
"apiReplaced": null,
"name": "CALL_COMPANION_APP",
"description": "Allows an app which implements the InCallService API to be eligible to be enabled as a calling companion app.",
"explanation": "Allows an app which implements the InCallService API to be eligible to be enabled as a calling companion app. This means that the Telecom framework will bind to the app's InCallService implementation when there are calls active. The app can use the InCallService API to view information about calls on the system and control these calls.",
"constant": "android.permission.CALL_COMPANION_APP",
"protection": "normal",
"warning": null
},
"CALL_PHONE": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "CALL_PHONE",
"description": "Allows an application to initiate a phone call without going through the Dialer user interface for the user to confirm the call.",
"explanation": null,
"constant": "android.permission.CALL_PHONE",
"protection": "dangerous",
"warning": null
},
"CALL_PRIVILEGED": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "CALL_PRIVILEGED",
"description": "Allows an application to call any phone number, including emergency numbers, without going through the Dialer user interface for the user to confirm the call being placed.",
"explanation": null,
"constant": "android.permission.CALL_PRIVILEGED",
"protection": null,
"warning": null
},
"CAMERA": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "CAMERA",
"description": "Required to be able to access the camera device.",
"explanation": null,
"constant": "android.permission.CAMERA",
"protection": "dangerous",
"warning": null
},
"CAPTURE_AUDIO_OUTPUT": {
"apiAdded": 19,
"apiDeprecated": null,
"apiReplaced": null,
"name": "CAPTURE_AUDIO_OUTPUT",
"description": "Allows an application to capture audio output.",
"explanation": "Use the CAPTURE_MEDIA_OUTPUT permission if only the USAGE_UNKNOWN), USAGE_MEDIA) or USAGE_GAME) usages are intended to be captured.",
"constant": "android.permission.CAPTURE_AUDIO_OUTPUT",
"protection": null,
"warning": null
},
"CHANGE_COMPONENT_ENABLED_STATE": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "CHANGE_COMPONENT_ENABLED_STATE",
"description": "Allows an application to change whether an application component (other than its own) is enabled or not.",
"explanation": null,
"constant": "android.permission.CHANGE_COMPONENT_ENABLED_STATE",
"protection": null,
"warning": null
},
"CHANGE_CONFIGURATION": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "CHANGE_CONFIGURATION",
"description": "Allows an application to modify the current configuration, such as locale.",
"explanation": null,
"constant": "android.permission.CHANGE_CONFIGURATION",
"protection": "signature|privileged|development",
"warning": null
},
"CHANGE_NETWORK_STATE": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "CHANGE_NETWORK_STATE",
"description": "Allows applications to change network connectivity state.",
"explanation": null,
"constant": "android.permission.CHANGE_NETWORK_STATE",
"protection": "normal",
"warning": null
},
"CHANGE_WIFI_MULTICAST_STATE": {
"apiAdded": 4,
"apiDeprecated": null,
"apiReplaced": null,
"name": "CHANGE_WIFI_MULTICAST_STATE",
"description": "Allows applications to enter Wi-Fi Multicast mode.",
"explanation": null,
"constant": "android.permission.CHANGE_WIFI_MULTICAST_STATE",
"protection": "normal",
"warning": null
},
"CHANGE_WIFI_STATE": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "CHANGE_WIFI_STATE",
"description": "Allows applications to change Wi-Fi connectivity state.",
"explanation": null,
"constant": "android.permission.CHANGE_WIFI_STATE",
"protection": "normal",
"warning": null
},
"CLEAR_APP_CACHE": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "CLEAR_APP_CACHE",
"description": "Allows an application to clear the caches of all installed applications on the device.",
"explanation": null,
"constant": "android.permission.CLEAR_APP_CACHE",
"protection": "signature|privileged",
"warning": null
},
"CONTROL_LOCATION_UPDATES": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "CONTROL_LOCATION_UPDATES",
"description": "Allows enabling/disabling location update notifications from the radio.",
"explanation": null,
"constant": "android.permission.CONTROL_LOCATION_UPDATES",
"protection": null,
"warning": null
},
"DELETE_CACHE_FILES": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "DELETE_CACHE_FILES",
"description": "Old permission for deleting an app's cache files, no longer used, but signals for us to quietly ignore calls instead of throwing an exception.",
"explanation": null,
"constant": "android.permission.DELETE_CACHE_FILES",
"protection": "signature|privileged",
"warning": null
},
"DELETE_PACKAGES": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "DELETE_PACKAGES",
"description": "Allows an application to delete packages.",
"explanation": null,
"constant": "android.permission.DELETE_PACKAGES",
"protection": null,
"warning": null
},
"DIAGNOSTIC": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "DIAGNOSTIC",
"description": "Allows applications to RW to diagnostic resources.",
"explanation": null,
"constant": "android.permission.DIAGNOSTIC",
"protection": null,
"warning": null
},
"DISABLE_KEYGUARD": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "DISABLE_KEYGUARD",
"description": "Allows applications to disable the keyguard if it is not secure.",
"explanation": null,
"constant": "android.permission.DISABLE_KEYGUARD",
"protection": "normal",
"warning": null
},
"DUMP": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "DUMP",
"description": "Allows an application to retrieve state dump information from system services.",
"explanation": null,
"constant": "android.permission.DUMP",
"protection": null,
"warning": null
},
"EXPAND_STATUS_BAR": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "EXPAND_STATUS_BAR",
"description": "Allows an application to expand or collapse the status bar.",
"explanation": null,
"constant": "android.permission.EXPAND_STATUS_BAR",
"protection": "normal",
"warning": null
},
"FACTORY_TEST": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "FACTORY_TEST",
"description": "Run as a manufacturer test application, running as the root user.",
"explanation": "Only available when the device is running in manufacturer test mode.",
"constant": "android.permission.FACTORY_TEST",
"protection": null,
"warning": null
},
"FOREGROUND_SERVICE": {
"apiAdded": 28,
"apiDeprecated": null,
"apiReplaced": null,
"name": "FOREGROUND_SERVICE",
"description": "Allows a regular application to use Service.startForeground.",
"explanation": "Allows a regular application to use Service.startForeground.",
"constant": "android.permission.FOREGROUND_SERVICE",
"protection": "normal",
"warning": null
},
"GET_ACCOUNTS": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "GET_ACCOUNTS",
"description": "Allows access to the list of accounts in the Accounts Service.",
"explanation": null,
"constant": "android.permission.GET_ACCOUNTS",
"protection": "dangerous",
"warning": null
},
"GET_ACCOUNTS_PRIVILEGED": {
"apiAdded": 23,
"apiDeprecated": null,
"apiReplaced": null,
"name": "GET_ACCOUNTS_PRIVILEGED",
"description": "Allows access to the list of accounts in the Accounts Service.",
"explanation": null,
"constant": "android.permission.GET_ACCOUNTS_PRIVILEGED",
"protection": "signature|privileged",
"warning": null
},
"GET_PACKAGE_SIZE": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "GET_PACKAGE_SIZE",
"description": "Allows an application to find out the space used by any package.",
"explanation": null,
"constant": "android.permission.GET_PACKAGE_SIZE",
"protection": "normal",
"warning": null
},
"GET_TASKS": {
"apiAdded": 1,
"apiDeprecated": 21,
"apiReplaced": null,
"name": "GET_TASKS",
"description": "",
"explanation": null,
"constant": "android.permission.GET_TASKS",
"protection": null,
"warning": "This constant was deprecated in API level 21. No longer enforced."
},
"GLOBAL_SEARCH": {
"apiAdded": 4,
"apiDeprecated": null,
"apiReplaced": null,
"name": "GLOBAL_SEARCH",
"description": "This permission can be used on content providers to allow the global search system to access their data.",
"explanation": "Typically it used when the provider has some permissions protecting it (which global search would not be expected to hold), and added as a read-only permission to the path in the provider where global search queries are performed. This permission can not be held by regular applications; it is used by applications to protect themselves from everyone else besides global search.",
"constant": "android.permission.GLOBAL_SEARCH",
"protection": "signature|privileged",
"warning": null
},
"HIDE_OVERLAY_WINDOWS": {
"apiAdded": 31,
"apiDeprecated": null,
"apiReplaced": null,
"name": "HIDE_OVERLAY_WINDOWS",
"description": "Allows an app to prevent non-system-overlay windows from being drawn on top of it",
"explanation": null,
"constant": "android.permission.HIDE_OVERLAY_WINDOWS",
"protection": null,
"warning": null
},
"HIGH_SAMPLING_RATE_SENSORS": {
"apiAdded": 31,
"apiDeprecated": null,
"apiReplaced": null,
"name": "HIGH_SAMPLING_RATE_SENSORS",
"description": "Allows an app to access sensor data with a sampling rate greater than 200 Hz.",
"explanation": null,
"constant": "android.permission.HIGH_SAMPLING_RATE_SENSORS",
"protection": "normal",
"warning": null
},
"INSTALL_LOCATION_PROVIDER": {
"apiAdded": 4,
"apiDeprecated": null,
"apiReplaced": null,
"name": "INSTALL_LOCATION_PROVIDER",
"description": "Allows an application to install a location provider into the Location Manager.",
"explanation": null,
"constant": "android.permission.INSTALL_LOCATION_PROVIDER",
"protection": null,
"warning": null
},
"INSTALL_PACKAGES": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "INSTALL_PACKAGES",
"description": "Allows an application to install packages.",
"explanation": null,
"constant": "android.permission.INSTALL_PACKAGES",
"protection": null,
"warning": null
},
"INSTALL_SHORTCUT": {
"apiAdded": 19,
"apiDeprecated": null,
"apiReplaced": null,
"name": "INSTALL_SHORTCUT",
"description": "Allows an application to install a shortcut in Launcher.",
"explanation": null,
"constant": "com.android.launcher.permission.INSTALL_SHORTCUT",
"protection": "normal",
"warning": null
},
"INSTANT_APP_FOREGROUND_SERVICE": {
"apiAdded": 26,
"apiDeprecated": null,
"apiReplaced": null,
"name": "INSTANT_APP_FOREGROUND_SERVICE",
"description": "Allows an instant app to create foreground services.",
"explanation": null,
"constant": "android.permission.INSTANT_APP_FOREGROUND_SERVICE",
"protection": "signature|development|instant|appop",
"warning": null
},
"INTERACT_ACROSS_PROFILES": {
"apiAdded": 30,
"apiDeprecated": null,
"apiReplaced": null,
"name": "INTERACT_ACROSS_PROFILES",
"description": "Allows interaction across profiles in the same profile group.",
"explanation": null,
"constant": "android.permission.INTERACT_ACROSS_PROFILES",
"protection": null,
"warning": null
},
"INTERNET": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "INTERNET",
"description": "Allows applications to open network sockets.",
"explanation": null,
"constant": "android.permission.INTERNET",
"protection": "normal",
"warning": null
},
"KILL_BACKGROUND_PROCESSES": {
"apiAdded": 8,
"apiDeprecated": null,
"apiReplaced": null,
"name": "KILL_BACKGROUND_PROCESSES",
"description": "Allows an application to call ActivityManager.killBackgroundProcesses(String).",
"explanation": "Allows an application to call ActivityManager.killBackgroundProcesses(String).",
"constant": "android.permission.KILL_BACKGROUND_PROCESSES",
"protection": "normal",
"warning": null
},
"LOADER_USAGE_STATS": {
"apiAdded": 30,
"apiDeprecated": null,
"apiReplaced": null,
"name": "LOADER_USAGE_STATS",
"description": "Allows a data loader to read a package's access logs.",
"explanation": "The access logs contain the set of pages referenced over time.",
"constant": "android.permission.LOADER_USAGE_STATS",
"protection": "signature|privileged|appop",
"warning": null
},
"LOCATION_HARDWARE": {
"apiAdded": 18,
"apiDeprecated": null,
"apiReplaced": null,
"name": "LOCATION_HARDWARE",
"description": "Allows an application to use location features in hardware, such as the geofencing api.",
"explanation": null,
"constant": "android.permission.LOCATION_HARDWARE",
"protection": null,
"warning": null
},
"MANAGE_DOCUMENTS": {
"apiAdded": 19,
"apiDeprecated": null,
"apiReplaced": null,
"name": "MANAGE_DOCUMENTS",
"description": "Allows an application to manage access to documents, usually as part of a document picker.",
"explanation": null,
"constant": "android.permission.MANAGE_DOCUMENTS",
"protection": null,
"warning": null
},
"MANAGE_EXTERNAL_STORAGE": {
"apiAdded": 30,
"apiDeprecated": null,
"apiReplaced": null,
"name": "MANAGE_EXTERNAL_STORAGE",
"description": "Allows an application a broad access to external storage in scoped storage.",
"explanation": "Intended to be used by few apps that need to manage files on behalf of the users.",
"constant": "android.permission.MANAGE_EXTERNAL_STORAGE",
"protection": "signature|appop|preinstalled",
"warning": null
},
"MANAGE_MEDIA": {
"apiAdded": 31,
"apiDeprecated": null,
"apiReplaced": null,
"name": "MANAGE_MEDIA",
"description": "Allows an application to modify and delete media files on this device or any connected storage device without user confirmation.",
"explanation": "Applications must already be granted the READ_EXTERNAL_STORAGE or MANAGE_EXTERNAL_STORAGE} permissions for this permission to take effect.",
"constant": "android.permission.MANAGE_MEDIA",
"protection": "signature|appop|preinstalled",
"warning": null
},
"MANAGE_ONGOING_CALLS": {
"apiAdded": 31,
"apiDeprecated": null,
"apiReplaced": null,
"name": "MANAGE_ONGOING_CALLS",
"description": "Allows to query ongoing call details and manage ongoing calls",
"explanation": null,
"constant": "android.permission.MANAGE_ONGOING_CALLS",
"protection": "signature|appop",
"warning": null
},
"MANAGE_OWN_CALLS": {
"apiAdded": 26,
"apiDeprecated": null,
"apiReplaced": null,
"name": "MANAGE_OWN_CALLS",
"description": "Allows a calling application which manages its own calls through the self-managed ConnectionService APIs.",
"explanation": "Allows a calling application which manages its own calls through the self-managed ConnectionService APIs. See PhoneAccount.CAPABILITY_SELF_MANAGED for more information on the self-managed ConnectionService APIs.",
"constant": "android.permission.MANAGE_OWN_CALLS",
"protection": "normal",
"warning": null
},
"MASTER_CLEAR": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "MASTER_CLEAR",
"description": "Not for use by third-party applications.",
"explanation": null,
"constant": "android.permission.MASTER_CLEAR",
"protection": null,
"warning": null
},
"MEDIA_CONTENT_CONTROL": {
"apiAdded": 19,
"apiDeprecated": null,
"apiReplaced": null,
"name": "MEDIA_CONTENT_CONTROL",
"description": "Allows an application to know what content is playing and control its playback.",
"explanation": null,
"constant": "android.permission.MEDIA_CONTENT_CONTROL",
"protection": null,
"warning": null
},
"MODIFY_AUDIO_SETTINGS": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "MODIFY_AUDIO_SETTINGS",
"description": "Allows an application to modify global audio settings.",
"explanation": null,
"constant": "android.permission.MODIFY_AUDIO_SETTINGS",
"protection": "normal",
"warning": null
},
"MODIFY_PHONE_STATE": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "MODIFY_PHONE_STATE",
"description": "Allows modification of the telephony state - power on, mmi, etc.",
"explanation": "Does not include placing calls.",
"constant": "android.permission.MODIFY_PHONE_STATE",
"protection": null,
"warning": null
},
"MOUNT_FORMAT_FILESYSTEMS": {
"apiAdded": 3,
"apiDeprecated": null,
"apiReplaced": null,
"name": "MOUNT_FORMAT_FILESYSTEMS",
"description": "Allows formatting file systems for removable storage.",
"explanation": null,
"constant": "android.permission.MOUNT_FORMAT_FILESYSTEMS",
"protection": null,
"warning": null
},
"MOUNT_UNMOUNT_FILESYSTEMS": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "MOUNT_UNMOUNT_FILESYSTEMS",
"description": "Allows mounting and unmounting file systems for removable storage.",
"explanation": null,
"constant": "android.permission.MOUNT_UNMOUNT_FILESYSTEMS",
"protection": null,
"warning": null
},
"NFC": {
"apiAdded": 9,
"apiDeprecated": null,
"apiReplaced": null,
"name": "NFC",
"description": "Allows applications to perform I/O operations over NFC.",
"explanation": null,
"constant": "android.permission.NFC",
"protection": "normal",
"warning": null
},
"NFC_PREFERRED_PAYMENT_INFO": {
"apiAdded": 30,
"apiDeprecated": null,
"apiReplaced": null,
"name": "NFC_PREFERRED_PAYMENT_INFO",
"description": "Allows applications to receive NFC preferred payment service information.",
"explanation": null,
"constant": "android.permission.NFC_PREFERRED_PAYMENT_INFO",
"protection": "normal",
"warning": null
},
"NFC_TRANSACTION_EVENT": {
"apiAdded": 28,
"apiDeprecated": null,
"apiReplaced": null,
"name": "NFC_TRANSACTION_EVENT",
"description": "Allows applications to receive NFC transaction events.",
"explanation": null,
"constant": "android.permission.NFC_TRANSACTION_EVENT",
"protection": "normal",
"warning": null
},
"PACKAGE_USAGE_STATS": {
"apiAdded": 23,
"apiDeprecated": null,
"apiReplaced": null,
"name": "PACKAGE_USAGE_STATS",
"description": "Allows an application to collect component usage statistics",
"explanation": null,
"constant": "android.permission.PACKAGE_USAGE_STATS",
"protection": "signature|privileged|development|appop|retailDemo",
"warning": null
},
"PERSISTENT_ACTIVITY": {
"apiAdded": 1,
"apiDeprecated": 15,
"apiReplaced": null,
"name": "PERSISTENT_ACTIVITY",
"description": "",
"explanation": null,
"constant": "android.permission.PERSISTENT_ACTIVITY",
"protection": null,
"warning": "This constant was deprecated in API level 15. This functionality will be removed in the future; please do not use. Allow an application to make its activities persistent."
},
"PROCESS_OUTGOING_CALLS": {
"apiAdded": 1,
"apiDeprecated": 29,
"apiReplaced": "CallRedirectionServiceIntent.ACTION_NEW_OUTGOING_CALL",
"name": "PROCESS_OUTGOING_CALLS",
"description": "",
"explanation": null,
"constant": "android.permission.PROCESS_OUTGOING_CALLS",
"protection": "dangerous",
"warning": "This constant was deprecated in API level 29. Applications should use CallRedirectionService instead of the Intent.ACTION_NEW_OUTGOING_CALL broadcast."
},
"QUERY_ALL_PACKAGES": {
"apiAdded": 30,
"apiDeprecated": null,
"apiReplaced": null,
"name": "QUERY_ALL_PACKAGES",
"description": "Allows query of any normal app on the device, regardless of manifest declarations.",
"explanation": null,
"constant": "android.permission.QUERY_ALL_PACKAGES",
"protection": "normal",
"warning": null
},
"READ_CALENDAR": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "READ_CALENDAR",
"description": "Allows an application to read the user's calendar data.",
"explanation": null,
"constant": "android.permission.READ_CALENDAR",
"protection": "dangerous",
"warning": null
},
"READ_CALL_LOG": {
"apiAdded": 16,
"apiDeprecated": null,
"apiReplaced": null,
"name": "READ_CALL_LOG",
"description": "Allows an application to read the user's call log.",
"explanation": null,
"constant": "android.permission.READ_CALL_LOG",
"protection": "dangerous",
"warning": null
},
"READ_CONTACTS": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "READ_CONTACTS",
"description": "Allows an application to read the user's contacts data.",
"explanation": null,
"constant": "android.permission.READ_CONTACTS",
"protection": "dangerous",
"warning": null
},
"READ_EXTERNAL_STORAGE": {
"apiAdded": 16,
"apiDeprecated": null,
"apiReplaced": null,
"name": "READ_EXTERNAL_STORAGE",
"description": "Allows an application to read from external storage.",
"explanation": null,
"constant": "android.permission.READ_EXTERNAL_STORAGE",
"protection": "dangerous",
"warning": null
},
"READ_INPUT_STATE": {
"apiAdded": 1,
"apiDeprecated": 16,
"apiReplaced": null,
"name": "READ_INPUT_STATE",
"description": "",
"explanation": null,
"constant": "android.permission.READ_INPUT_STATE",
"protection": null,
"warning": "This constant was deprecated in API level 16. The API that used this permission has been removed."
},
"READ_LOGS": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "READ_LOGS",
"description": "Allows an application to read the low-level system log files.",
"explanation": null,
"constant": "android.permission.READ_LOGS",
"protection": null,
"warning": null
},
"READ_PHONE_NUMBERS": {
"apiAdded": 26,
"apiDeprecated": null,
"apiReplaced": null,
"name": "READ_PHONE_NUMBERS",
"description": "Allows read access to the device's phone number(s).",
"explanation": "This is a subset of the capabilities granted by READ_PHONE_STATE but is exposed to instant applications.",
"constant": "android.permission.READ_PHONE_NUMBERS",
"protection": "dangerous",
"warning": null
},
"READ_PHONE_STATE": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "READ_PHONE_STATE",
"description": "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.",
"explanation": "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.",
"constant": "android.permission.READ_PHONE_STATE",
"protection": "dangerous",
"warning": null
},
"READ_PRECISE_PHONE_STATE": {
"apiAdded": 30,
"apiDeprecated": null,
"apiReplaced": null,
"name": "READ_PRECISE_PHONE_STATE",
"description": "Allows read only access to precise phone state.",
"explanation": "Allows reading of detailed information about phone state for special-use applications such as dialers, carrier applications, or ims applications.",
"constant": "android.permission.READ_PRECISE_PHONE_STATE",
"protection": null,
"warning": null
},
"READ_SMS": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "READ_SMS",
"description": "Allows an application to read SMS messages.",
"explanation": null,
"constant": "android.permission.READ_SMS",
"protection": "dangerous",
"warning": null
},
"READ_SYNC_SETTINGS": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "READ_SYNC_SETTINGS",
"description": "Allows applications to read the sync settings.",
"explanation": null,
"constant": "android.permission.READ_SYNC_SETTINGS",
"protection": "normal",
"warning": null
},
"READ_SYNC_STATS": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "READ_SYNC_STATS",
"description": "Allows applications to read the sync stats.",
"explanation": null,
"constant": "android.permission.READ_SYNC_STATS",
"protection": "normal",
"warning": null
},
"READ_VOICEMAIL": {
"apiAdded": 21,
"apiDeprecated": null,
"apiReplaced": null,
"name": "READ_VOICEMAIL",
"description": "Allows an application to read voicemails in the system.",
"explanation": null,
"constant": "com.android.voicemail.permission.READ_VOICEMAIL",
"protection": "signature|privileged|role",
"warning": null
},
"REBOOT": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "REBOOT",
"description": "Required to be able to reboot the device.",
"explanation": null,
"constant": "android.permission.REBOOT",
"protection": null,
"warning": null
},
"RECEIVE_BOOT_COMPLETED": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "RECEIVE_BOOT_COMPLETED",
"description": "Allows an application to receive the Intent.ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.",
"explanation": "Allows an application to receive the Intent.ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting. If you don't request this permission, you will not receive the broadcast at that time. Though holding this permission does not have any security implications, it can have a negative impact on the user experience by increasing the amount of time it takes the system to start and allowing applications to have themselves running without the user being aware of them. As such, you must explicitly declare your use of this facility to make that visible to the user.",
"constant": "android.permission.RECEIVE_BOOT_COMPLETED",
"protection": "normal",
"warning": null
},
"RECEIVE_MMS": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "RECEIVE_MMS",
"description": "Allows an application to monitor incoming MMS messages.",
"explanation": null,
"constant": "android.permission.RECEIVE_MMS",
"protection": "dangerous",
"warning": null
},
"RECEIVE_SMS": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "RECEIVE_SMS",
"description": "Allows an application to receive SMS messages.",
"explanation": null,
"constant": "android.permission.RECEIVE_SMS",
"protection": "dangerous",
"warning": null
},
"RECEIVE_WAP_PUSH": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "RECEIVE_WAP_PUSH",
"description": "Allows an application to receive WAP push messages.",
"explanation": null,
"constant": "android.permission.RECEIVE_WAP_PUSH",
"protection": "dangerous",
"warning": null
},
"RECORD_AUDIO": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "RECORD_AUDIO",
"description": "Allows an application to record audio.",
"explanation": null,
"constant": "android.permission.RECORD_AUDIO",
"protection": "dangerous",
"warning": null
},
"REORDER_TASKS": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "REORDER_TASKS",
"description": "Allows an application to change the Z-order of tasks.",
"explanation": null,
"constant": "android.permission.REORDER_TASKS",
"protection": "normal",
"warning": null
},
"REQUEST_COMPANION_PROFILE_WATCH": {
"apiAdded": 31,
"apiDeprecated": null,
"apiReplaced": null,
"name": "REQUEST_COMPANION_PROFILE_WATCH",
"description": "Allows app to request to be associated with a device via CompanionDeviceManager as a \"watch\"",
"explanation": "Allows app to request to be associated with a device via CompanionDeviceManager as a \"watch\"",
"constant": "android.permission.REQUEST_COMPANION_PROFILE_WATCH",
"protection": "normal",
"warning": null
},
"REQUEST_COMPANION_RUN_IN_BACKGROUND": {
"apiAdded": 26,
"apiDeprecated": null,
"apiReplaced": null,
"name": "REQUEST_COMPANION_RUN_IN_BACKGROUND",
"description": "Allows a companion app to run in the background.",
"explanation": "This permission implies REQUEST_COMPANION_START_FOREGROUND_SERVICES_FROM_BACKGROUND, and allows to start a foreground service from the background. If an app does not have to run in the background, but only needs to start a foreground service from the background, consider using REQUEST_COMPANION_START_FOREGROUND_SERVICES_FROM_BACKGROUND, which is less powerful.",
"constant": "android.permission.REQUEST_COMPANION_RUN_IN_BACKGROUND",
"protection": "normal",
"warning": null
},
"REQUEST_COMPANION_START_FOREGROUND_SERVICES_FROM_BACKGROUND": {
"apiAdded": 31,
"apiDeprecated": null,
"apiReplaced": null,
"name": "REQUEST_COMPANION_START_FOREGROUND_SERVICES_FROM_BACKGROUND",
"description": "Allows a companion app to start a foreground service from the background.",
"explanation": null,
"constant": "android.permission.REQUEST_COMPANION_START_FOREGROUND_SERVICES_FROM_BACKGROUND",
"protection": "normal",
"warning": null
},
"REQUEST_COMPANION_USE_DATA_IN_BACKGROUND": {
"apiAdded": 26,
"apiDeprecated": null,
"apiReplaced": null,
"name": "REQUEST_COMPANION_USE_DATA_IN_BACKGROUND",
"description": "Allows a companion app to use data in the background.",
"explanation": null,
"constant": "android.permission.REQUEST_COMPANION_USE_DATA_IN_BACKGROUND",
"protection": "normal",
"warning": null
},
"REQUEST_DELETE_PACKAGES": {
"apiAdded": 26,
"apiDeprecated": null,
"apiReplaced": null,
"name": "REQUEST_DELETE_PACKAGES",
"description": "Allows an application to request deleting packages.",
"explanation": "Apps targeting APIs Build.VERSION_CODES.P or greater must hold this permission in order to use Intent.ACTION_UNINSTALL_PACKAGE or PackageInstaller.uninstall(VersionedPackage, IntentSender).",
"constant": "android.permission.REQUEST_DELETE_PACKAGES",
"protection": "normal",
"warning": null
},
"REQUEST_IGNORE_BATTERY_OPTIMIZATIONS": {
"apiAdded": 23,
"apiDeprecated": null,
"apiReplaced": null,
"name": "REQUEST_IGNORE_BATTERY_OPTIMIZATIONS",
"description": "Permission an application must hold in order to use Settings.ACTION_REQUEST_IGNORE_BATTERY_OPTIMIZATIONS.",
"explanation": "Permission an application must hold in order to use Settings.ACTION_REQUEST_IGNORE_BATTERY_OPTIMIZATIONS.",
"constant": "android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS",
"protection": "normal",
"warning": null
},
"REQUEST_INSTALL_PACKAGES": {
"apiAdded": 23,
"apiDeprecated": null,
"apiReplaced": null,
"name": "REQUEST_INSTALL_PACKAGES",
"description": "Allows an application to request installing packages.",
"explanation": "Apps targeting APIs greater than 25 must hold this permission in order to use Intent.ACTION_INSTALL_PACKAGE.",
"constant": "android.permission.REQUEST_INSTALL_PACKAGES",
"protection": "signature",
"warning": null
},
"REQUEST_OBSERVE_COMPANION_DEVICE_PRESENCE": {
"apiAdded": 31,
"apiDeprecated": null,
"apiReplaced": null,
"name": "REQUEST_OBSERVE_COMPANION_DEVICE_PRESENCE",
"description": "Allows an application to subscribe to notifications about the presence status change of their associated companion device",
"explanation": null,
"constant": "android.permission.REQUEST_OBSERVE_COMPANION_DEVICE_PRESENCE",
"protection": null,
"warning": null
},
"REQUEST_PASSWORD_COMPLEXITY": {
"apiAdded": 29,
"apiDeprecated": null,
"apiReplaced": null,
"name": "REQUEST_PASSWORD_COMPLEXITY",
"description": "Allows an application to request the screen lock complexity and prompt users to update the screen lock to a certain complexity level.",
"explanation": null,
"constant": "android.permission.REQUEST_PASSWORD_COMPLEXITY",
"protection": "normal",
"warning": null
},
"RESTART_PACKAGES": {
"apiAdded": 1,
"apiDeprecated": 15,
"apiReplaced": "ActivityManager.restartPackage(String)",
"name": "RESTART_PACKAGES",
"description": "",
"explanation": null,
"constant": "android.permission.RESTART_PACKAGES",
"protection": null,
"warning": "This constant was deprecated in API level 15. The ActivityManager.restartPackage(String) API is no longer supported."
},
"SCHEDULE_EXACT_ALARM": {
"apiAdded": 31,
"apiDeprecated": null,
"apiReplaced": null,
"name": "SCHEDULE_EXACT_ALARM",
"description": "Allows applications to use exact alarm APIs.",
"explanation": null,
"constant": "android.permission.SCHEDULE_EXACT_ALARM",
"protection": null,
"warning": null
},
"SEND_RESPOND_VIA_MESSAGE": {
"apiAdded": 18,
"apiDeprecated": null,
"apiReplaced": null,
"name": "SEND_RESPOND_VIA_MESSAGE",
"description": "Allows an application (Phone) to send a request to other applications to handle the respond-via-message action during incoming calls.",
"explanation": null,
"constant": "android.permission.SEND_RESPOND_VIA_MESSAGE",
"protection": null,
"warning": null
},
"SEND_SMS": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "SEND_SMS",
"description": "Allows an application to send SMS messages.",
"explanation": null,
"constant": "android.permission.SEND_SMS",
"protection": "dangerous",
"warning": null
},
"SET_ALARM": {
"apiAdded": 9,
"apiDeprecated": null,
"apiReplaced": null,
"name": "SET_ALARM",
"description": "Allows an application to broadcast an Intent to set an alarm for the user.",
"explanation": null,
"constant": "com.android.alarm.permission.SET_ALARM",
"protection": "normal",
"warning": null
},
"SET_ALWAYS_FINISH": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "SET_ALWAYS_FINISH",
"description": "Allows an application to control whether activities are immediately finished when put in the background.",
"explanation": null,
"constant": "android.permission.SET_ALWAYS_FINISH",
"protection": null,
"warning": null
},
"SET_ANIMATION_SCALE": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "SET_ANIMATION_SCALE",
"description": "Modify the global animation scaling factor.",
"explanation": null,
"constant": "android.permission.SET_ANIMATION_SCALE",
"protection": null,
"warning": null
},
"SET_DEBUG_APP": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "SET_DEBUG_APP",
"description": "Configure an application for debugging.",
"explanation": null,
"constant": "android.permission.SET_DEBUG_APP",
"protection": null,
"warning": null
},
"SET_PREFERRED_APPLICATIONS": {
"apiAdded": 1,
"apiDeprecated": 15,
"apiReplaced": "PackageManager.addPackageToPreferred(String)",
"name": "SET_PREFERRED_APPLICATIONS",
"description": "",
"explanation": null,
"constant": "android.permission.SET_PREFERRED_APPLICATIONS",
"protection": null,
"warning": "This constant was deprecated in API level 15. No longer useful, see PackageManager.addPackageToPreferred(String) for details."
},
"SET_PROCESS_LIMIT": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "SET_PROCESS_LIMIT",
"description": "Allows an application to set the maximum number of (not needed) application processes that can be running.",
"explanation": null,
"constant": "android.permission.SET_PROCESS_LIMIT",
"protection": null,
"warning": null
},
"SET_TIME": {
"apiAdded": 8,
"apiDeprecated": null,
"apiReplaced": null,
"name": "SET_TIME",
"description": "Allows applications to set the system time directly.",
"explanation": null,
"constant": "android.permission.SET_TIME",
"protection": null,
"warning": null
},
"SET_TIME_ZONE": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "SET_TIME_ZONE",
"description": "Allows applications to set the system time zone directly.",
"explanation": null,
"constant": "android.permission.SET_TIME_ZONE",
"protection": null,
"warning": null
},
"SET_WALLPAPER": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "SET_WALLPAPER",
"description": "Allows applications to set the wallpaper.",
"explanation": null,
"constant": "android.permission.SET_WALLPAPER",
"protection": "normal",
"warning": null
},
"SET_WALLPAPER_HINTS": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "SET_WALLPAPER_HINTS",
"description": "Allows applications to set the wallpaper hints.",
"explanation": null,
"constant": "android.permission.SET_WALLPAPER_HINTS",
"protection": "normal",
"warning": null
},
"SIGNAL_PERSISTENT_PROCESSES": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "SIGNAL_PERSISTENT_PROCESSES",
"description": "Allow an application to request that a signal be sent to all persistent processes.",
"explanation": null,
"constant": "android.permission.SIGNAL_PERSISTENT_PROCESSES",
"protection": null,
"warning": null
},
"SMS_FINANCIAL_TRANSACTIONS": {
"apiAdded": 29,
"apiDeprecated": 31,
"apiReplaced": null,
"name": "SMS_FINANCIAL_TRANSACTIONS",
"description": "",
"explanation": null,
"constant": "android.permission.SMS_FINANCIAL_TRANSACTIONS",
"protection": null,
"warning": "This constant was deprecated in API level 31. The API that used this permission is no longer functional."
},
"START_FOREGROUND_SERVICES_FROM_BACKGROUND": {
"apiAdded": 31,
"apiDeprecated": null,
"apiReplaced": null,
"name": "START_FOREGROUND_SERVICES_FROM_BACKGROUND",
"description": "Allows an application to start foreground services from the background at any time.",
"explanation": "This permission is not for use by third-party applications, with the only exception being if the app is the default SMS app. Otherwise, it's only usable by privileged apps, app verifier app, and apps with any of the EMERGENCY or SYSTEM GALLERY roles.",
"constant": "android.permission.START_FOREGROUND_SERVICES_FROM_BACKGROUND",
"protection": null,
"warning": null
},
"START_VIEW_PERMISSION_USAGE": {
"apiAdded": 29,
"apiDeprecated": null,
"apiReplaced": null,
"name": "START_VIEW_PERMISSION_USAGE",
"description": "Allows the holder to start the permission usage screen for an app.",
"explanation": null,
"constant": "android.permission.START_VIEW_PERMISSION_USAGE",
"protection": "signature|installer",
"warning": null
},
"STATUS_BAR": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "STATUS_BAR",
"description": "Allows an application to open, close, or disable the status bar and its icons.",
"explanation": null,
"constant": "android.permission.STATUS_BAR",
"protection": null,
"warning": null
},
"SYSTEM_ALERT_WINDOW": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "SYSTEM_ALERT_WINDOW",
"description": "Allows an app to create windows using the type WindowManager.LayoutParams.TYPE_APPLICATION_OVERLAY, shown on top of all other apps.",
"explanation": "Allows an app to create windows using the type WindowManager.LayoutParams.TYPE_APPLICATION_OVERLAY, shown on top of all other apps. Very few apps should use this permission; these windows are intended for system-level interaction with the user.",
"constant": "android.permission.SYSTEM_ALERT_WINDOW",
"protection": "signature|setup|appop|installer|pre23|development",
"warning": null
},
"TRANSMIT_IR": {
"apiAdded": 19,
"apiDeprecated": null,
"apiReplaced": null,
"name": "TRANSMIT_IR",
"description": "Allows using the device's IR transmitter, if available.",
"explanation": null,
"constant": "android.permission.TRANSMIT_IR",
"protection": "normal",
"warning": null
},
"UNINSTALL_SHORTCUT": {
"apiAdded": 19,
"apiDeprecated": null,
"apiReplaced": null,
"name": "UNINSTALL_SHORTCUT",
"description": "",
"explanation": null,
"constant": "com.android.launcher.permission.UNINSTALL_SHORTCUT",
"protection": null,
"warning": "Don't use this permission in your app.This permission is no longer supported."
},
"UPDATE_DEVICE_STATS": {
"apiAdded": 3,
"apiDeprecated": null,
"apiReplaced": null,
"name": "UPDATE_DEVICE_STATS",
"description": "Allows an application to update device statistics.",
"explanation": null,
"constant": "android.permission.UPDATE_DEVICE_STATS",
"protection": null,
"warning": null
},
"UPDATE_PACKAGES_WITHOUT_USER_ACTION": {
"apiAdded": 31,
"apiDeprecated": null,
"apiReplaced": null,
"name": "UPDATE_PACKAGES_WITHOUT_USER_ACTION",
"description": "Allows an application to indicate via PackageInstaller.SessionParams.setRequireUserAction(int) that user action should not be required for an app update.",
"explanation": "Allows an application to indicate via PackageInstaller.SessionParams.setRequireUserAction(int) that user action should not be required for an app update.",
"constant": "android.permission.UPDATE_PACKAGES_WITHOUT_USER_ACTION",
"protection": "normal",
"warning": null
},
"USE_BIOMETRIC": {
"apiAdded": 28,
"apiDeprecated": null,
"apiReplaced": null,
"name": "USE_BIOMETRIC",
"description": "Allows an app to use device supported biometric modalities.",
"explanation": null,
"constant": "android.permission.USE_BIOMETRIC",
"protection": "normal",
"warning": null
},
"USE_FINGERPRINT": {
"apiAdded": 23,
"apiDeprecated": 28,
"apiReplaced": "USE_BIOMETRIC",
"name": "USE_FINGERPRINT",
"description": "",
"explanation": null,
"constant": "android.permission.USE_FINGERPRINT",
"protection": "normal",
"warning": "This constant was deprecated in API level 28. Applications should request USE_BIOMETRIC instead"
},
"USE_FULL_SCREEN_INTENT": {
"apiAdded": 29,
"apiDeprecated": null,
"apiReplaced": null,
"name": "USE_FULL_SCREEN_INTENT",
"description": "Required for apps targeting Build.VERSION_CODES.Q that want to use notification full screen intents.",
"explanation": "Required for apps targeting Build.VERSION_CODES.Q that want to use notification full screen intents.",
"constant": "android.permission.USE_FULL_SCREEN_INTENT",
"protection": "normal",
"warning": null
},
"USE_ICC_AUTH_WITH_DEVICE_IDENTIFIER": {
"apiAdded": 31,
"apiDeprecated": null,
"apiReplaced": null,
"name": "USE_ICC_AUTH_WITH_DEVICE_IDENTIFIER",
"description": "Allows to read device identifiers and use ICC based authentication like EAP-AKA.",
"explanation": "Often required in authentication to access the carrier's server and manage services of the subscriber.",
"constant": "android.permission.USE_ICC_AUTH_WITH_DEVICE_IDENTIFIER",
"protection": "signature|appop",
"warning": null
},
"USE_SIP": {
"apiAdded": 9,
"apiDeprecated": null,
"apiReplaced": null,
"name": "USE_SIP",
"description": "Allows an application to use SIP service.",
"explanation": null,
"constant": "android.permission.USE_SIP",
"protection": "dangerous",
"warning": null
},
"UWB_RANGING": {
"apiAdded": 31,
"apiDeprecated": null,
"apiReplaced": null,
"name": "UWB_RANGING",
"description": "Required to be able to range to devices using ultra-wideband.",
"explanation": null,
"constant": "android.permission.UWB_RANGING",
"protection": "dangerous",
"warning": null
},
"VIBRATE": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "VIBRATE",
"description": "Allows access to the vibrator.",
"explanation": null,
"constant": "android.permission.VIBRATE",
"protection": "normal",
"warning": null
},
"WAKE_LOCK": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "WAKE_LOCK",
"description": "Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.",
"explanation": null,
"constant": "android.permission.WAKE_LOCK",
"protection": "normal",
"warning": null
},
"WRITE_APN_SETTINGS": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "WRITE_APN_SETTINGS",
"description": "Allows applications to write the apn settings and read sensitive fields of an existing apn settings like user and password.",
"explanation": null,
"constant": "android.permission.WRITE_APN_SETTINGS",
"protection": null,
"warning": null
},
"WRITE_CALENDAR": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "WRITE_CALENDAR",
"description": "Allows an application to write the user's calendar data.",
"explanation": null,
"constant": "android.permission.WRITE_CALENDAR",
"protection": "dangerous",
"warning": null
},
"WRITE_CALL_LOG": {
"apiAdded": 16,
"apiDeprecated": null,
"apiReplaced": null,
"name": "WRITE_CALL_LOG",
"description": "Allows an application to write (but not read) the user's call log data.",
"explanation": null,
"constant": "android.permission.WRITE_CALL_LOG",
"protection": "dangerous",
"warning": null
},
"WRITE_CONTACTS": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "WRITE_CONTACTS",
"description": "Allows an application to write the user's contacts data.",
"explanation": null,
"constant": "android.permission.WRITE_CONTACTS",
"protection": "dangerous",
"warning": null
},
"WRITE_EXTERNAL_STORAGE": {
"apiAdded": 4,
"apiDeprecated": null,
"apiReplaced": null,
"name": "WRITE_EXTERNAL_STORAGE",
"description": "Allows an application to write to external storage.",
"explanation": null,
"constant": "android.permission.WRITE_EXTERNAL_STORAGE",
"protection": "dangerous",
"warning": null
},
"WRITE_GSERVICES": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "WRITE_GSERVICES",
"description": "Allows an application to modify the Google service map.",
"explanation": null,
"constant": "android.permission.WRITE_GSERVICES",
"protection": null,
"warning": null
},
"WRITE_SECURE_SETTINGS": {
"apiAdded": 3,
"apiDeprecated": null,
"apiReplaced": null,
"name": "WRITE_SECURE_SETTINGS",
"description": "Allows an application to read or write the secure system settings.",
"explanation": null,
"constant": "android.permission.WRITE_SECURE_SETTINGS",
"protection": null,
"warning": null
},
"WRITE_SETTINGS": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "WRITE_SETTINGS",
"description": "Allows an application to read or write the system settings.",
"explanation": null,
"constant": "android.permission.WRITE_SETTINGS",
"protection": "signature|preinstalled|appop|pre23",
"warning": null
},
"WRITE_SYNC_SETTINGS": {
"apiAdded": 1,
"apiDeprecated": null,
"apiReplaced": null,
"name": "WRITE_SYNC_SETTINGS",
"description": "Allows applications to write the sync settings.",
"explanation": null,
"constant": "android.permission.WRITE_SYNC_SETTINGS",
"protection": "normal",
"warning": null
},
"WRITE_VOICEMAIL": {
"apiAdded": 21,
"apiDeprecated": null,
"apiReplaced": null,
"name": "WRITE_VOICEMAIL",
"description": "Allows an application to modify and remove existing voicemails in the system.",
"explanation": null,
"constant": "com.android.voicemail.permission.WRITE_VOICEMAIL",
"protection": "signature|privileged|role",
"warning": null
}
}
}