Merge "Creating a flag to enable low light clock undocked" into tm-qpr-dev

This commit is contained in:
Prince Donkor
2023-03-02 15:47:16 +00:00
committed by Android (Google) Code Review

View File

@@ -385,6 +385,9 @@ object Flags {
// TODO(b/265045965): Tracking Bug // TODO(b/265045965): Tracking Bug
val SHOW_LOWLIGHT_ON_DIRECT_BOOT = releasedFlag(1003, "show_lowlight_on_direct_boot") 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")
// 1100 - windowing // 1100 - windowing
@Keep @Keep
@JvmField @JvmField