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

Commit d41b77ec authored by Lucas Silva's avatar Lucas Silva
Browse files

Enable dock setup recovery flag

This will enable the dock setup recovery flow (nth dock) on supported
devices.

Bug: 270882464
Test: soaked in teamfood, manual testing, passed QA
Change-Id: I552fce433e9db938b57e7787f9ade9b61cc5a272
parent 57ca5ef8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -420,7 +420,7 @@ object Flags {
    @JvmField val ROUNDED_BOX_RIPPLE = releasedFlag(1002, "rounded_box_ripple")

    // TODO(b/270882464): Tracking Bug
    val ENABLE_DOCK_SETUP_V2 = unreleasedFlag(1005, "enable_dock_setup_v2", teamfood = true)
    val ENABLE_DOCK_SETUP_V2 = releasedFlag(1005, "enable_dock_setup_v2")

    // TODO(b/265045965): Tracking Bug
    val SHOW_LOWLIGHT_ON_DIRECT_BOOT = releasedFlag(1003, "show_lowlight_on_direct_boot")