diff options
author | 2023-10-25 23:56:28 +0000 | |
---|---|---|
committer | 2023-10-26 18:20:19 +0000 | |
commit | dd16853be484bc4eb954940c55e9145a6363535e (patch) | |
tree | 669dfc54d6490833fc9d01def1b51b1a2486f2a6 | |
parent | 821bc0d034d9e609b903d70543dbf8eb8aa30bb1 (diff) |
Add attribute for NO_FULFILLMENT.
Bug: 305752409
Test: Manual
Flag: Not needed (proto extension).
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:3846935101f653fc848653f224c4c35a27d29083)
Merged-In: Ibb6bf11e42f59f22f625f00f7f085279a41d961c
Change-Id: Ibb6bf11e42f59f22f625f00f7f085279a41d961c
-rw-r--r-- | protos/launcher_atom.proto | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protos/launcher_atom.proto b/protos/launcher_atom.proto index f8b08f86c0..dde69e377b 100644 --- a/protos/launcher_atom.proto +++ b/protos/launcher_atom.proto @@ -135,7 +135,7 @@ message TaskBarContainer { } } -// Next value 52 +// Next value 53 enum Attribute { option allow_alias = true; @@ -188,6 +188,7 @@ enum Attribute { ALL_APPS_SEARCH_RESULT_EDUCARD = 43; ALL_APPS_SEARCH_RESULT_LOCATION = 50; ALL_APPS_SEARCH_RESULT_TEXT_HEADER = 51; + ALL_APPS_SEARCH_RESULT_NO_FULFILLMENT = 52; // Result sources DATA_SOURCE_APPSEARCH_APP_PREVIEW = 45; |