Merge "Enable ENABLE_LOW_LIGHT_CLOCK_UNDOCKED for Teamfood" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
9b7e8c6191
@@ -394,7 +394,10 @@ object Flags {
|
||||
val SHOW_LOWLIGHT_ON_DIRECT_BOOT = releasedFlag(1003, "show_lowlight_on_direct_boot")
|
||||
|
||||
@JvmField
|
||||
val ENABLE_LOW_LIGHT_CLOCK_UNDOCKED = unreleasedFlag(1004, "enable_low_light_clock_undocked")
|
||||
// TODO(b/271428141): Tracking Bug
|
||||
val ENABLE_LOW_LIGHT_CLOCK_UNDOCKED = unreleasedFlag(
|
||||
1004,
|
||||
"enable_low_light_clock_undocked", teamfood = true)
|
||||
|
||||
// 1100 - windowing
|
||||
@Keep
|
||||
|
||||
Reference in New Issue
Block a user