mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-11 06:44:00 +00:00
Add OneSearch SuggestionType enums to launcher atom.
Bug: 222001231 Test: wwdebug && wwlogcat - http://gpaste/6024652376768512 Change-Id: I6062a5fc6c4046521923f564b99a8150c561c0a2
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user