commit | edae4f5a2eb76c3bbe6fbb5ec7774df24f8b0a78 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Thu May 18 21:15:59 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu May 18 21:15:59 2023 +0000 |
tree | b485dc25d134d7be45b158c4dc01fb4ba4bfcb89 | |
parent | 1690776a1dc6845a00d675f69d0603df8727ec3c [diff] | |
parent | ead8d955b61ba3b526c5d7aa9a155c069e8bdace [diff] |
Merge "Add Location related Attributes." into udc-dev am: ead8d955b6 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/23271439 Change-Id: I45a436c8233fecf3181c922a7c6e6af9346cb836 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/protos/launcher_atom.proto b/protos/launcher_atom.proto index e041bd5..63ea20c 100644 --- a/protos/launcher_atom.proto +++ b/protos/launcher_atom.proto
@@ -135,7 +135,7 @@ } } -// Next value 50 +// Next value 51 enum Attribute { option allow_alias = true; @@ -186,6 +186,7 @@ ALL_APPS_SEARCH_RESULT_VIDEO = 41; ALL_APPS_SEARCH_RESULT_SYSTEM_POINTER = 42; ALL_APPS_SEARCH_RESULT_EDUCARD = 43; + ALL_APPS_SEARCH_RESULT_LOCATION = 50; // Result sources DATA_SOURCE_APPSEARCH_APP_PREVIEW = 45;