summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jay Sullivan <jaysullivan@google.com> 2024-01-23 23:57:54 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-01-23 23:57:54 +0000
commita7245e71d19868b4a57c326f4afa01d563189770 (patch)
treee7fa2429e49fd5bf49c76e2d1e9d539cec6aa7ac
parent86e188a66dde34acb74b56e74416fcf2cfcf4cff (diff)
parenta477982e6d128215f3be1fb6d0ee340f6d65a85e (diff)
Merge "[ECM] Add MANAGE_ENHANCED_CONFIRMATION_STATES to permissionpolicy" into main
-rw-r--r--tests/cts/permissionpolicy/res/raw/android_manifest.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/cts/permissionpolicy/res/raw/android_manifest.xml b/tests/cts/permissionpolicy/res/raw/android_manifest.xml
index 565e6ed3e..c5da824a8 100644
--- a/tests/cts/permissionpolicy/res/raw/android_manifest.xml
+++ b/tests/cts/permissionpolicy/res/raw/android_manifest.xml
@@ -3667,6 +3667,13 @@
<permission android:name="android.permission.MANAGE_DEVICE_POLICY_ACROSS_USERS_FULL"
android:protectionLevel="internal|role" />
+ <!-- Allows an application to access EnhancedConfirmationManager.
+ @SystemApi
+ @FlaggedApi("android.permission.flags.enhanced_confirmation_mode_apis_enabled")
+ @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" />
+
<!-- @SystemApi @hide Allows an application to set a device owner on retail demo devices.-->
<permission android:name="android.permission.PROVISION_DEMO_DEVICE"
android:protectionLevel="signature|setup|knownSigner"