Merge "Turn on split from fullscreen with keyboard shortcuts flag"

This commit is contained in:
Tracy Zhou
2022-12-15 20:09:19 +00:00
committed by Android (Google) Code Review
@@ -247,7 +247,7 @@ public final class FeatureFlags {
"Enable initiating split screen from workspace.");
public static final BooleanFlag ENABLE_SPLIT_FROM_FULLSCREEN_WITH_KEYBOARD_SHORTCUTS =
getDebugFlag("ENABLE_SPLIT_FROM_FULLSCREEN_SHORTCUT", false,
getDebugFlag("ENABLE_SPLIT_FROM_FULLSCREEN_SHORTCUT", true,
"Enable splitting from fullscreen app with keyboard shortcuts");
public static final BooleanFlag ENABLE_SPLIT_FROM_WORKSPACE_TO_WORKSPACE = getDebugFlag(