Add aconfig flag for enable_app_pairs
This CL adds a new flag into multitasking.aconfig, to be used for flagging the app pairs feature.
Bug: 303323964
Test: Not needed
Change-Id: I2295b69304a03a3d05ba0efa5a99b0307ce34f01
diff --git a/libs/WindowManager/Shell/aconfig/multitasking.aconfig b/libs/WindowManager/Shell/aconfig/multitasking.aconfig
index d55a41f..835ab93 100644
--- a/libs/WindowManager/Shell/aconfig/multitasking.aconfig
+++ b/libs/WindowManager/Shell/aconfig/multitasking.aconfig
@@ -5,4 +5,11 @@
namespace: "multitasking"
description: "An Example Flag"
bug: "300136750"
+}
+
+flag {
+ name: "enable_app_pairs"
+ namespace: "multitasking"
+ description: "Enables the ability to create and save app pairs to the Home screen"
+ bug: "274835596"
}
\ No newline at end of file