Flip delay bouncer flag to unreleased

Test: manually check flag in FlagFlipper
Bug: 267322286
Bug: 279794160
Change-Id: If078e800b3a4010c1853babe7c8c78fa72850713
This commit is contained in:
Beverly
2023-05-19 16:28:10 +00:00
committed by Beverly Tai
parent a7afe1ab46
commit 94330ec6af

View File

@@ -240,7 +240,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 = releasedFlag(235, "delay_bouncer")
val DELAY_BOUNCER = unreleasedFlag(235, "delay_bouncer")
/** Migrate the indication area to the new keyguard root view. */
// TODO(b/280067944): Tracking bug.