diff options
author | 2024-01-23 23:57:54 +0000 | |
---|---|---|
committer | 2024-01-23 23:57:54 +0000 | |
commit | a7245e71d19868b4a57c326f4afa01d563189770 (patch) | |
tree | e7fa2429e49fd5bf49c76e2d1e9d539cec6aa7ac | |
parent | 86e188a66dde34acb74b56e74416fcf2cfcf4cff (diff) | |
parent | a477982e6d128215f3be1fb6d0ee340f6d65a85e (diff) |
Merge "[ECM] Add MANAGE_ENHANCED_CONFIRMATION_STATES to permissionpolicy" into main
-rw-r--r-- | tests/cts/permissionpolicy/res/raw/android_manifest.xml | 7 |
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" |