Add aconfig feature flag for multi instance menu in Taskbar

Test: Presubmit
Fix: 355237285
Flag: com.android.launcher3.enable_multi_instance_menu_taskbar
Change-Id: I049ebe3808223a9d7e96251c8cdb3134d9a9be28
This commit is contained in:
Saumya Prakash
2024-07-24 18:34:05 +00:00
parent b4d185e3cc
commit 71a69133b2
+7
View File
@@ -316,3 +316,10 @@ flag {
description: "Archived apps will use new icon in app title"
bug: "350758155"
}
flag {
name: "enable_multi_instance_menu_taskbar"
namespace: "launcher"
description: "Menu in Taskbar with options to launch and manage multiple instances of the same app"
bug: "355237285"
}