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

Commit 1f2a7d78 authored by Louis Chang's avatar Louis Chang Committed by Android (Google) Code Review
Browse files

Merge "Expose SCREEN_OFF_UNLOCK_UDFPS_ENABLED for CTS tests" into main

parents e11becaa e56ad058
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3066,6 +3066,7 @@ package android.provider {
    field public static final String NOTIFICATION_BADGING = "notification_badging";
    field public static final String NOTIFICATION_BUBBLES = "notification_bubbles";
    field public static final String POWER_MENU_LOCKED_SHOW_CONTENT = "power_menu_locked_show_content";
    field public static final String SCREEN_OFF_UNLOCK_UDFPS_ENABLED = "screen_off_udfps_enabled";
    field public static final String SELECTED_SPELL_CHECKER = "selected_spell_checker";
    field public static final String SELECTED_SPELL_CHECKER_SUBTYPE = "selected_spell_checker_subtype";
    field public static final String SHOW_FIRST_CRASH_DIALOG_DEV_OPTION = "show_first_crash_dialog_dev_option";
+3 −0
Original line number Diff line number Diff line
@@ -11592,6 +11592,9 @@ public final class Settings {
         * Whether or not the UDFPS device is enabling the screen off unlock settings.
         * @hide
         */
        @TestApi
        @Readable
        @SuppressLint({"UnflaggedApi", "NoSettingsProvider"}) // @TestApi without associated feature
        public static final String SCREEN_OFF_UNLOCK_UDFPS_ENABLED = "screen_off_udfps_enabled";
        /**