Flip LOCK_ICON flag on for teamfood.
Test: been testing locally with this flag on for a bit. Bug: 286552209 Change-Id: I3257aa93864b181c8b145fa980584176c3ad608c
This commit is contained in:
@@ -290,7 +290,7 @@ object Flags {
|
||||
/** Migrate the lock icon view to the new keyguard root view. */
|
||||
// TODO(b/286552209): Tracking bug.
|
||||
@JvmField
|
||||
val MIGRATE_LOCK_ICON = unreleasedFlag(240, "migrate_lock_icon")
|
||||
val MIGRATE_LOCK_ICON = unreleasedFlag(240, "migrate_lock_icon", teamfood = true)
|
||||
|
||||
// TODO(b/288276738): Tracking bug.
|
||||
@JvmField
|
||||
|
||||
Reference in New Issue
Block a user