Promote NEW_LIGHT_BAR_LOGIC flag to teamfood
Bug: 195622153 Bug: 279735475 Test: atest SystemUITests Flag: NEW_LIGHT_BAR_LOGIC Change-Id: Ib60ea6ceb32978144c59d25829ac75800828efbb
This commit is contained in:
@@ -62,7 +62,8 @@ object Flags {
|
||||
val INSTANT_VOICE_REPLY = unreleasedFlag(111, "instant_voice_reply")
|
||||
|
||||
// TODO(b/279735475): Tracking Bug
|
||||
@JvmField val NEW_LIGHT_BAR_LOGIC = unreleasedFlag(279735475, "new_light_bar_logic")
|
||||
@JvmField
|
||||
val NEW_LIGHT_BAR_LOGIC = unreleasedFlag(279735475, "new_light_bar_logic", teamfood = true)
|
||||
|
||||
/**
|
||||
* This flag is server-controlled and should stay as [unreleasedFlag] since we never want to
|
||||
|
||||
Reference in New Issue
Block a user