diff options
author | 2024-01-25 23:14:28 +0000 | |
---|---|---|
committer | 2024-01-25 23:14:28 +0000 | |
commit | ed62b10ce2ce7891144c5c82346a4b65da589178 (patch) | |
tree | 892ac3521be6b02e05cad3c05bc2198815044049 | |
parent | 07adba6ac8d632559cabc0077ee06e4218968a5c (diff) | |
parent | a22ed2c38f286c0e139e46a72046e4444888aab4 (diff) |
Merge "Add SET_BIOMETRIC_DIALOG_LOGO for cts" 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 859e571da..bd44fe6be 100644 --- a/tests/cts/permissionpolicy/res/raw/android_manifest.xml +++ b/tests/cts/permissionpolicy/res/raw/android_manifest.xml @@ -6499,6 +6499,13 @@ <permission android:name="android.permission.MANAGE_BIOMETRIC_DIALOG" android:protectionLevel="signature" /> + <!-- Allows an application to set the BiometricDialog (SystemUI) logo . + <p>Not for use by third-party applications. + @FlaggedApi("android.hardware.biometrics.custom_biometric_prompt") +--> + <permission android:name="android.permission.SET_BIOMETRIC_DIALOG_LOGO" + android:protectionLevel="signature" /> + <!-- Allows an application to control keyguard. Only allowed for system processes. @hide --> <permission android:name="android.permission.CONTROL_KEYGUARD" |