summaryrefslogtreecommitdiff
path: root/protos
diff options
context:
space:
mode:
author Holly Jiuyu Sun <jiuyu@google.com> 2023-04-26 20:21:29 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2023-04-26 20:21:29 +0000
commit12fa013fcdc8e0b05a41ee2523bac7caa63bcf9d (patch)
tree42d529dc885c90218185391c28c46b3bf1a2840c /protos
parenta68cd72a3c04e5885c32a39a993017b9e9470f2b (diff)
parent977aa48347c43df119df9d25061e067760b52ee5 (diff)
Merge "[play] Add a new attribute type for GMS Play in order to distinguish with the old M0 flow." into udc-dev
Diffstat (limited to 'protos')
-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;