Enable low light clock undocked by default
Test: manual device test Fixes: b/260385832 Tracking Bug: b/271428141 Change-Id: I7f9e2aaa764520f6dd8ce526cfaa111b1905f180
This commit is contained in:
@@ -422,9 +422,9 @@ object Flags {
|
||||
|
||||
@JvmField
|
||||
// TODO(b/271428141): Tracking Bug
|
||||
val ENABLE_LOW_LIGHT_CLOCK_UNDOCKED = unreleasedFlag(
|
||||
val ENABLE_LOW_LIGHT_CLOCK_UNDOCKED = releasedFlag(
|
||||
1004,
|
||||
"enable_low_light_clock_undocked", teamfood = true)
|
||||
"enable_low_light_clock_undocked")
|
||||
|
||||
// 1100 - windowing
|
||||
@Keep
|
||||
|
||||
Reference in New Issue
Block a user