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

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

Launch lowlight on direct boot flag

Fixes: 230499241
Test: flashed device and verified behavior is on by default
Change-Id: I6d3bb1401163e389c069f035cd1e1afe762eba64
parent 705dfd7c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -333,7 +333,8 @@ object Flags {
    // TODO(b/254512758): Tracking Bug
    @JvmField val ROUNDED_BOX_RIPPLE = releasedFlag(1002, "rounded_box_ripple")

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

    // 1100 - windowing
    @Keep