Merge "Adding feature flag for simulating two CellLayouts using one." into tm-qpr-dev

This commit is contained in:
TreeHugger Robot
2022-12-13 16:56:38 +00:00
committed by Android (Google) Code Review

View File

@@ -330,6 +330,10 @@ public final class FeatureFlags {
"FORCE_PERSISTENT_TASKBAR", false, "Forces taskbar to be persistent, even in gesture"
+ " nav mode and when transient taskbar is enabled.");
public static final BooleanFlag FOLDABLE_SINGLE_PAGE = getDebugFlag(
"FOLDABLE_SINGLE_PAGE", false,
"Use a single page for the workspace");
public static final BooleanFlag ENABLE_TRANSIENT_TASKBAR = getDebugFlag(
"ENABLE_TRANSIENT_TASKBAR", true, "Enables transient taskbar.");