summaryrefslogtreecommitdiff
path: root/protos
diff options
context:
space:
mode:
authorAnushree Ganjam <ganjam@google.com>2022-04-06 22:09:59 +0000
committerAnushree Ganjam <ganjam@google.com>2022-04-06 22:18:14 +0000
commit45f221621e4af12e035b549ae60dc125360908fb (patch)
treee171baf02da60661a253e88e6164c60d99988225 /protos
parente3589debfdf5c4b607eebd21f67eacef64711871 (diff)
downloadLauncher3-45f221621e4af12e035b549ae60dc125360908fb.tar.gz
Add ALL_APPS_SEARCH_RESULT_WEB_SUGGEST for ResultType.WEB_SUGGEST
Bug: 220922858 Test: Manual. Change-Id: I5a52872a3bf75109b95e9853883825e32a623a1d
Diffstat (limited to 'protos')
-rw-r--r--protos/launcher_atom.proto5
1 files changed, 4 insertions, 1 deletions
diff --git a/protos/launcher_atom.proto b/protos/launcher_atom.proto
index 41276507ab..cf854ed011 100644
--- a/protos/launcher_atom.proto
+++ b/protos/launcher_atom.proto
@@ -121,7 +121,7 @@ message TaskBarContainer {
optional int32 cardinality = 2;
}
-// Next value 39
+// Next value 40
enum Attribute {
UNKNOWN = 0;
DEFAULT_LAYOUT = 1; // icon automatically placed in workspace, folder, hotseat
@@ -166,6 +166,9 @@ enum Attribute {
ALL_APPS_SEARCH_RESULT_LEGACY_SHORTCUT = 30;
ALL_APPS_SEARCH_RESULT_ASSISTANT_MEMORY = 31;
+ // Web suggestions provided by AGA
+ ALL_APPS_SEARCH_RESULT_WEB_SUGGEST = 39;
+
// Suggestion Type provided by AGA
WEB_SEARCH_RESULT_QUERY = 32;
WEB_SEARCH_RESULT_TRENDING = 33;