Merge "[play] Add a new attribute type for GMS Play in order to distinguish with the old M0 flow." into udc-dev am: 12fa013fcd

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22723243

Change-Id: I597ccadb1dbc2d62883dcc79371a156331bb4d44
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Holly Jiuyu Sun
2023-04-26 21:01:12 +00:00
committed by Automerger Merge Worker
+2 -1
View File
@@ -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;