Launcher feature flags for large screen am: 59da8e5a9d am: 9426e6095f

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14638724

Change-Id: I2bdbca932205f62fc985455d55fe2bf8e66365a7
This commit is contained in:
Alex Chau
2021-05-20 04:40:40 +00:00
committed by Automerger Merge Worker
@@ -214,14 +214,14 @@ public final class FeatureFlags {
+ "predictions to be updated while they are visible to the user.");
public static final BooleanFlag ENABLE_TASKBAR = getDebugFlag(
"ENABLE_TASKBAR", false, "Allows a system Taskbar to be shown on larger devices.");
"ENABLE_TASKBAR", true, "Allows a system Taskbar to be shown on larger devices.");
public static final BooleanFlag ENABLE_OVERVIEW_GRID = getDebugFlag(
"ENABLE_OVERVIEW_GRID", false, "Uses grid overview layout. "
"ENABLE_OVERVIEW_GRID", true, "Uses grid overview layout. "
+ "Only applicable on large screen devices.");
public static final BooleanFlag ENABLE_TWO_PANEL_HOME = getDebugFlag(
"ENABLE_TWO_PANEL_HOME", false,
"ENABLE_TWO_PANEL_HOME", true,
"Uses two panel on home screen. Only applicable on large screen devices.");
public static final BooleanFlag ENABLE_SPLIT_SELECT = getDebugFlag(