Loading packages/SystemUI/src/com/android/systemui/flags/Flags.kt +1 −1 Original line number Diff line number Diff line Loading @@ -247,7 +247,7 @@ object Flags { /** Whether to delay showing bouncer UI when face auth or active unlock are enrolled. */ // TODO(b/279794160): Tracking bug. @JvmField val DELAY_BOUNCER = unreleasedFlag(235, "delay_bouncer") val DELAY_BOUNCER = unreleasedFlag(235, "delay_bouncer", teamfood = true) /** Migrate the indication area to the new keyguard root view. */ // TODO(b/280067944): Tracking bug. Loading Loading
packages/SystemUI/src/com/android/systemui/flags/Flags.kt +1 −1 Original line number Diff line number Diff line Loading @@ -247,7 +247,7 @@ object Flags { /** Whether to delay showing bouncer UI when face auth or active unlock are enrolled. */ // TODO(b/279794160): Tracking bug. @JvmField val DELAY_BOUNCER = unreleasedFlag(235, "delay_bouncer") val DELAY_BOUNCER = unreleasedFlag(235, "delay_bouncer", teamfood = true) /** Migrate the indication area to the new keyguard root view. */ // TODO(b/280067944): Tracking bug. Loading