Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3113c38 authored by Mill Chen's avatar Mill Chen Committed by Automerger Merge Worker
Browse files

Add secure setting for using biometric am: 6e5f0868

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14140149

Change-Id: I593eb3e61321165b7834f485c6ffb2d173199607
parents 80aba05a 6e5f0868
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -9135,6 +9135,20 @@ public final class Settings {
        public static final String BIOMETRIC_DEBUG_ENABLED =
                "biometric_debug_enabled";
        /**
         * Whether or not biometric is allowed on Keyguard.
         * @hide
         */
        @Readable
        public static final String BIOMETRIC_KEYGUARD_ENABLED = "biometric_keyguard_enabled";
        /**
         * Whether or not biometric is allowed for apps (through BiometricPrompt).
         * @hide
         */
        @Readable
        public static final String BIOMETRIC_APP_ENABLED = "biometric_app_enabled";
        /**
         * Whether the assist gesture should be enabled.
         *