From fe1976176ae1e6248e24ce80dc3da3a6e0d79f0f Mon Sep 17 00:00:00 2001 From: Anushree Ganjam Date: Tue, 16 May 2023 22:52:42 +0000 Subject: [PATCH] Add Location related Attributes. Bug: 274296899 Flag: NA Test: Manual (New proto enum) Change-Id: I6d09c5baabb672842d54859437c44fb2a95578cb --- protos/launcher_atom.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/protos/launcher_atom.proto b/protos/launcher_atom.proto index e041bd506f..63ea20c73d 100644 --- a/protos/launcher_atom.proto +++ b/protos/launcher_atom.proto @@ -135,7 +135,7 @@ message TaskBarContainer { } } -// Next value 50 +// Next value 51 enum Attribute { option allow_alias = true; @@ -186,6 +186,7 @@ enum Attribute { 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;