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

Commit 35ee5eb1 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊 Committed by Michael Bestas
Browse files

sdk: Add FINGERPRINT_WAKE_UNLOCK setting

Change-Id: I652afe3397e1b0f44877a4c24b491d0d8408502f
parent 1c81f938
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -2045,6 +2045,15 @@ public final class LineageSettings {
        public static final Validator ENABLE_TASKBAR_VALIDATOR =
                sBooleanValidator;

        /**
         * Whether to enable fingerprint wake-and-unlock.
         */
        public static final String FINGERPRINT_WAKE_UNLOCK = "fingerprint_wake_unlock";

        /** @hide */
        public static final Validator FINGERPRINT_WAKE_UNLOCK_VALIDATOR =
                sNonNegativeIntegerValidator;

        /**
         * I can haz more bukkits
         * @hide
@@ -2310,6 +2319,8 @@ public final class LineageSettings {
                    CLICK_PARTIAL_SCREENSHOT_VALIDATOR);
            VALIDATORS.put(ENABLE_TASKBAR,
                    ENABLE_TASKBAR_VALIDATOR);
            VALIDATORS.put(FINGERPRINT_WAKE_UNLOCK,
                    FINGERPRINT_WAKE_UNLOCK_VALIDATOR);
            VALIDATORS.put(__MAGICAL_TEST_PASSING_ENABLER,
                    __MAGICAL_TEST_PASSING_ENABLER_VALIDATOR);
        };