Launcher feature flags for large screen am: 59da8e5a9d
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14638724 Change-Id: Ief29b66a3ab6113a8faa6f6ea8893f25b858789b
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user