Loading packages/SystemUI/res-keyguard/values/config.xml +2 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,8 @@ <!-- Will display the bouncer on one side of the display, and the current user icon and user switcher on the other side --> <bool name="config_enableBouncerUserSwitcher">false</bool> <!-- Will enable custom clocks on the lockscreen --> <bool name="config_enableLockScreenCustomClocks">true</bool> <!-- Time to be considered a consecutive fingerprint failure in ms --> <integer name="fp_consecutive_failure_time_ms">3500</integer> </resources> packages/SystemUI/src/com/android/systemui/flags/Flags.kt +6 −1 Original line number Diff line number Diff line Loading @@ -120,7 +120,12 @@ object Flags { resourceBooleanFlag(204, R.bool.config_enableBouncerUserSwitcher, "bouncer_user_switcher") // TODO(b/254512676): Tracking Bug @JvmField val LOCKSCREEN_CUSTOM_CLOCKS = releasedFlag(207, "lockscreen_custom_clocks") @JvmField val LOCKSCREEN_CUSTOM_CLOCKS = resourceBooleanFlag( 207, R.bool.config_enableLockScreenCustomClocks, "lockscreen_custom_clocks" ) // TODO(b/275694445): Tracking Bug @JvmField Loading Loading
packages/SystemUI/res-keyguard/values/config.xml +2 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,8 @@ <!-- Will display the bouncer on one side of the display, and the current user icon and user switcher on the other side --> <bool name="config_enableBouncerUserSwitcher">false</bool> <!-- Will enable custom clocks on the lockscreen --> <bool name="config_enableLockScreenCustomClocks">true</bool> <!-- Time to be considered a consecutive fingerprint failure in ms --> <integer name="fp_consecutive_failure_time_ms">3500</integer> </resources>
packages/SystemUI/src/com/android/systemui/flags/Flags.kt +6 −1 Original line number Diff line number Diff line Loading @@ -120,7 +120,12 @@ object Flags { resourceBooleanFlag(204, R.bool.config_enableBouncerUserSwitcher, "bouncer_user_switcher") // TODO(b/254512676): Tracking Bug @JvmField val LOCKSCREEN_CUSTOM_CLOCKS = releasedFlag(207, "lockscreen_custom_clocks") @JvmField val LOCKSCREEN_CUSTOM_CLOCKS = resourceBooleanFlag( 207, R.bool.config_enableLockScreenCustomClocks, "lockscreen_custom_clocks" ) // TODO(b/275694445): Tracking Bug @JvmField Loading