mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
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
This commit is contained in:
committed by
Cherrypicker Worker
parent
821bc0d034
commit
dd16853be4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user