Merge "Introduce new Attributes to indicate data source of Toast results." into udc-dev am: b7c43c94db
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/23035389 Change-Id: I8e65478cd6b6c9224ffeb3bb832edcaaa85114bc Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -135,7 +135,7 @@ message TaskBarContainer {
|
||||
}
|
||||
}
|
||||
|
||||
// Next value 45
|
||||
// Next value 48
|
||||
enum Attribute {
|
||||
option allow_alias = true;
|
||||
|
||||
@@ -187,6 +187,11 @@ enum Attribute {
|
||||
ALL_APPS_SEARCH_RESULT_SYSTEM_POINTER = 42;
|
||||
ALL_APPS_SEARCH_RESULT_EDUCARD = 43;
|
||||
|
||||
// Result sources
|
||||
DATA_SOURCE_APPSEARCH_APP_PREVIEW = 45;
|
||||
DATA_SOURCE_APPSEARCH_APP_SRP_PREVIEW = 46;
|
||||
DATA_SOURCE_AIAI_SEARCH_ROOT = 47;
|
||||
|
||||
// Web suggestions provided by AGA
|
||||
ALL_APPS_SEARCH_RESULT_WEB_SUGGEST = 39;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user