Loading core/api/test-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -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"; Loading core/java/android/provider/Settings.java +3 −0 Original line number Diff line number Diff line Loading @@ -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"; /** Loading Loading
core/api/test-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -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"; Loading
core/java/android/provider/Settings.java +3 −0 Original line number Diff line number Diff line Loading @@ -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"; /** Loading