From 71a69133b2e87fb3eaf3e0a27efceff15db0897c Mon Sep 17 00:00:00 2001 From: Saumya Prakash Date: Wed, 24 Jul 2024 18:34:05 +0000 Subject: [PATCH] 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 --- aconfig/launcher.aconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/aconfig/launcher.aconfig b/aconfig/launcher.aconfig index 21b98631aa..b3253d11d0 100644 --- a/aconfig/launcher.aconfig +++ b/aconfig/launcher.aconfig @@ -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" +} \ No newline at end of file