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

Commit bb2271db authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add OneSearch SuggestionType enums to launcher atom." into tm-dev

parents e9056a9e 1d7848ae
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -156,6 +156,12 @@ enum Attribute {
  ALL_APPS_SEARCH_RESULT_LEGACY_SHORTCUT = 30;
  ALL_APPS_SEARCH_RESULT_ASSISTANT_MEMORY = 31;

  // Suggestion Type provided by AGA
  ONE_SEARCH_WEB_QUERY = 32;
  ONE_SEARCH_WEB_TRENDING = 33;
  ONE_SEARCH_WEB_ENTITY = 34;
  ONE_SEARCH_WEB_ANSWER = 35;

  WIDGETS_BOTTOM_TRAY = 28;
  WIDGETS_TRAY_PREDICTION = 29;
}