Deprecate EXCLUSIVE category from contextual_card_list.proto
Bug: 120485678 Test: visual, robotests Change-Id: Ic287aeeed0743787d3e577c7086e9847b5c33157
This commit is contained in:
@@ -18,7 +18,7 @@ message ContextualCard {
|
|||||||
SUGGESTION = 1;
|
SUGGESTION = 1;
|
||||||
POSSIBLE = 2;
|
POSSIBLE = 2;
|
||||||
IMPORTANT = 3;
|
IMPORTANT = 3;
|
||||||
EXCLUSIVE = 4;
|
EXCLUSIVE = 4 [deprecated = true];
|
||||||
DEFERRED_SETUP = 5;
|
DEFERRED_SETUP = 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user