Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c48c660b authored by Shamali P's avatar Shamali P
Browse files

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
parent ea9522ee
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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"
}