summaryrefslogtreecommitdiff
path: root/protos/launcher_atom.proto
diff options
context:
space:
mode:
author Holly Sun <jiuyu@google.com> 2023-04-18 14:49:02 -0700
committer Holly Sun <jiuyu@google.com> 2023-04-18 14:49:02 -0700
commit977aa48347c43df119df9d25061e067760b52ee5 (patch)
treeea3277522b758c993aa26f650c3c2140b16ee867 /protos/launcher_atom.proto
parent667f75b48a393bbed4ec9e8e66e792ddc3dff653 (diff)
[play] Add a new attribute type for GMS Play in order to distinguish with the old M0 flow.
Bug: 260712395 Test: wwlogcat https://paste.googleplex.com/5204101439684608 Flag: ENABLE_SEARCH_UNINSTALLED_APPS. OFF Change-Id: I5dc75b7aef9cd778c59167347500b923626e4953
Diffstat (limited to 'protos/launcher_atom.proto')
-rw-r--r--protos/launcher_atom.proto3
1 files changed, 2 insertions, 1 deletions
diff --git a/protos/launcher_atom.proto b/protos/launcher_atom.proto
index bf84820565..55301ff517 100644
--- a/protos/launcher_atom.proto
+++ b/protos/launcher_atom.proto
@@ -135,7 +135,7 @@ message TaskBarContainer {
}
}
-// Next value 44
+// Next value 45
enum Attribute {
option allow_alias = true;
@@ -173,6 +173,7 @@ enum Attribute {
ALL_APPS_SEARCH_RESULT_SLICE = 19;
ALL_APPS_SEARCH_RESULT_WIDGETS = 20;
ALL_APPS_SEARCH_RESULT_PLAY = 21;
+ ALL_APPS_SEARCH_RESULT_PLAY_GMS = 44;
ALL_APPS_SEARCH_RESULT_FALLBACK = 22;
ALL_APPS_SEARCH_RESULT_SUGGEST = 22 [deprecated = true];
ALL_APPS_SEARCH_RESULT_ASSISTANT = 23;