flip default value of minimal device feature flag
Test: manual Change-Id: Iaf46dffb935bdf4b46e7c57d547bdc697250ec56
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user