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

Commit cb403d9e authored by Pinyao Ting's avatar Pinyao Ting
Browse files

flip default value of minimal device feature flag

Test: manual
Change-Id: Iaf46dffb935bdf4b46e7c57d547bdc697250ec56
parent a97557a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -182,7 +182,7 @@ public final class FeatureFlags {
            "Uses a separate recents activity instead of using the integrated recents+Launcher UI");

    public static final BooleanFlag ENABLE_MINIMAL_DEVICE = getDebugFlag(
            "ENABLE_MINIMAL_DEVICE", true,
            "ENABLE_MINIMAL_DEVICE", false,
            "Allow user to toggle minimal device mode in launcher.");

    public static void initialize(Context context) {