diff options
| author | 2024-02-12 22:26:09 +0000 | |
|---|---|---|
| committer | 2024-02-12 22:26:09 +0000 | |
| commit | 218915a6181a6d4af35dbe6b95a9af291bc8c5bb (patch) | |
| tree | d7c38b51cb9c2f695735a75f24450a058e54fb3f | |
| parent | 2547da26086e58ef1f81ebde2ac3e27cd4432546 (diff) | |
| parent | 7617abd1839fc4c91e8c45e1d16ded863a4ad2a3 (diff) | |
Merge "[ECM] Declare MANAGE_ENHANCED_CONFIRMATION_STATES permission" into main
| -rw-r--r-- | core/res/AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 29fc940c4349..a2ce212a5a53 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -3829,6 +3829,7 @@ @hide This is not a third-party API (intended for OEMs and system apps). --> <permission android:name="android.permission.MANAGE_ENHANCED_CONFIRMATION_STATES" android:protectionLevel="signature|installer" /> + <uses-permission android:name="android.permission.MANAGE_ENHANCED_CONFIRMATION_STATES" /> <!-- @SystemApi @hide Allows an application to set a device owner on retail demo devices.--> <permission android:name="android.permission.PROVISION_DEMO_DEVICE" |