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

Commit 6e5f0868 authored by Mill Chen's avatar Mill Chen Committed by Kevin Chyn
Browse files

Add secure setting for using biometric

Bug: 183449119
Test: builds
Change-Id: I885cd42a46d4d0cdd6f8bb5cebaf34006bf542b8
parent f9139ded
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.
         *