Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9050aa3a authored by Prince's avatar Prince
Browse files

Enable ENABLE_LOW_LIGHT_CLOCK_UNDOCKED for Teamfood

Bug: b/271428141
Test: built and pushed to device locally
Change-Id: I55109e081830c84b51fc1e6724f7df63364c8165
parent a43f32d5
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -386,7 +386,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