From c48c660bb5cfaef4fa074a94d2e68e8166b76d27 Mon Sep 17 00:00:00 2001 From: Shamali P Date: Thu, 25 Jan 2024 14:35:32 +0000 Subject: [PATCH] Add a feature flag for displaying categorized widget recommendations. Bug: 318410881 Test: NONE Flag: ACONFIG com.android.launcher3.enable_categorized_widget_suggestions DEVELOPMENT Change-Id: I6f8a0cc8f74823f1a29cef1b5f8ac0a3e9411609 --- aconfig/launcher.aconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/aconfig/launcher.aconfig b/aconfig/launcher.aconfig index defb0e66cb..7032d5f7e7 100644 --- a/aconfig/launcher.aconfig +++ b/aconfig/launcher.aconfig @@ -140,3 +140,10 @@ flag { description: "Tie unfold animation with state animation" bug: "297057373" } + +flag { + name: "enable_categorized_widget_suggestions" + namespace: "launcher" + description: "Enables widget suggestions in widget picker to be displayed in categories" + bug: "318410881" +}