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
This commit is contained in:
Shamali P
2024-01-25 14:35:32 +00:00
parent ea9522eee5
commit c48c660bb5

View File

@@ -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"
}