commit | 5e9b71e05532e6f092e0dafe9f6225fec8a86dad | [log] [tgz] |
---|---|---|
author | Anushree Ganjam <ganjam@google.com> | Thu Jan 11 14:15:54 2024 -0800 |
committer | Anushree Ganjam <ganjam@google.com> | Fri Jan 12 10:33:24 2024 -0800 |
tree | 41a1b8eeb03113b64fd7853f3f1e0ca3b0b630d3 | |
parent | eb1966c2784222e29760fcd55ed48eb6dec6da8a [diff] |
Add "Don't suggest app" shortcut to suggested apps. This works for suggested apps in both Home and AA+. When enable_shortcut_dont_suggest_app is true, the secondary drop target "Don't Suggest app" is removed instead "Don't suggest app" is added to shortcuts. Video: https://b.corp.google.com/issues/319250810#comment5 Home: https://screenshot.googleplex.com/d7Wts48X6EmFAYg.png Private space app suggested: https://screenshot.googleplex.com/BukzCRTvkzbpwQ3.png AA+: https://screenshot.googleplex.com/ADMCHnQ378jvJEE.png Private space app suggested : https://screenshot.googleplex.com/AYga8Km3646AqMt.png Bug: 319250810 Flag: aconfig com.android.launcher.enable_shortcut_dont_suggest_app DEVELOPMENT Test: Manual. Change-Id: Ia7df749a1c7d806bd9d74124be138384c3050119
diff --git a/aconfig/launcher.aconfig b/aconfig/launcher.aconfig index f5afd88..2208746 100644 --- a/aconfig/launcher.aconfig +++ b/aconfig/launcher.aconfig
@@ -92,6 +92,13 @@ } flag { + name: "enable_shortcut_dont_suggest_app" + namespace: "launcher" + description: "Enables don't suggest app shortcut for suggested apps" + bug: "319250810" +} + +flag { name: "enable_support_for_archiving" namespace: "launcher" description: "Enables support for archived apps in Launcher3, such as empty progress bar etc."