Merge "enable minimal device mode for droidfood in S" into ub-launcher3-master

This commit is contained in:
TreeHugger Robot
2020-09-20 06:07:39 +00:00
committed by Android (Google) Code Review

View File

@@ -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) {