Merge "Create flag for new App Pairs feature" into udc-dev am: 3f10b13a09

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

Change-Id: I4aaa5e498eeddf175279796fd6b9bec26aab9630
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Jeremy Sim
2023-03-30 19:06:14 +00:00
committed by Automerger Merge Worker
@@ -404,6 +404,11 @@ public final class FeatureFlags {
"ENABLE_APP_CLONING_CHANGES_IN_LAUNCHER", false,
"Removes clone apps from the work profile tab.");
public static final BooleanFlag ENABLE_APP_PAIRS = getDebugFlag(274189428,
"ENABLE_APP_PAIRS", false,
"Enables the ability to create and save app pairs on the Home screen for easy"
+ " split screen launching.");
public static class BooleanFlag {
private final boolean mCurrentValue;