summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Hao Dong <spdonghao@google.com> 2024-01-24 06:36:36 +0000
committer Hao Dong <spdonghao@google.com> 2024-01-24 06:37:37 +0000
commita22ed2c38f286c0e139e46a72046e4444888aab4 (patch)
tree4b90b90fe52cd9608f0000c6e8826173ff634fa7
parent9b96e8dd0b3f0717e1ca97178327fcbcaa21a54a (diff)
Add SET_BIOMETRIC_DIALOG_LOGO for cts
Test: N/A Bug: 321006077 Change-Id: I23cddb2f066dd02ffd440e85bae9535f6b69eb89
-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 ab9518f6b..fa0e59752 100644
--- a/tests/cts/permissionpolicy/res/raw/android_manifest.xml
+++ b/tests/cts/permissionpolicy/res/raw/android_manifest.xml
@@ -6484,6 +6484,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"