[Toast] Add a new attribute for rich answer type.

Bug: 261205664
Test: local
Change-Id: I2ff89c02c72d0a8ef3572b51f9429ab199231c3f
This commit is contained in:
Becky Qiu 2022-12-08 15:41:37 -08:00
parent ddc7ef2eb1
commit 6b52305b28
1 changed files with 2 additions and 1 deletions

View File

@ -130,7 +130,7 @@ message TaskBarContainer {
optional int32 cardinality = 2; optional int32 cardinality = 2;
} }
// Next value 40 // Next value 41
enum Attribute { enum Attribute {
UNKNOWN = 0; UNKNOWN = 0;
DEFAULT_LAYOUT = 1; // icon automatically placed in workspace, folder, hotseat DEFAULT_LAYOUT = 1; // icon automatically placed in workspace, folder, hotseat
@ -186,6 +186,7 @@ enum Attribute {
WEB_SEARCH_RESULT_PERSONAL = 36; WEB_SEARCH_RESULT_PERSONAL = 36;
WEB_SEARCH_RESULT_CALCULATOR = 37; WEB_SEARCH_RESULT_CALCULATOR = 37;
WEB_SEARCH_RESULT_URL = 38; WEB_SEARCH_RESULT_URL = 38;
WEB_SEARCH_RESULT_RICH_ANSWER = 40;
WIDGETS_BOTTOM_TRAY = 28; WIDGETS_BOTTOM_TRAY = 28;
WIDGETS_TRAY_PREDICTION = 29; WIDGETS_TRAY_PREDICTION = 29;