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

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

enable minimal device mode for droidfood in S

Test: manual
Change-Id: Ieb24734e6c4245a872b5ac0f1a99766d542e983e
parent cb84ada2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -177,8 +177,8 @@ public final class FeatureFlags {
            "SEPARATE_RECENTS_ACTIVITY", false,
            "Uses a separate recents activity instead of using the integrated recents+Launcher UI");

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

    public static void initialize(Context context) {