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:
Prince
2023-03-21 18:33:12 +00:00
committed by Prince Donkor
parent 0a66b05785
commit e0554687d4

View File

@@ -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