flip default value of minimal device feature flag

Test: manual
Change-Id: Iaf46dffb935bdf4b46e7c57d547bdc697250ec56
This commit is contained in:
Pinyao Ting
2020-10-22 16:07:08 -07:00
parent a97557a15e
commit cb403d9e52
@@ -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) {