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

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17072851

Change-Id: I4a8805bbb202ec1662eb5903fd2f8d2842663a5e
This commit is contained in:
TreeHugger Robot
2022-03-04 01:55:09 +00:00
committed by Automerger Merge Worker
+6
View File
@@ -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;
}