Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a736c6e authored by Yanting Yang's avatar Yanting Yang Committed by Android (Google) Code Review
Browse files

Merge "Deprecate EXCLUSIVE category from contextual_card_list.proto"

parents 1566e71c 13818eb2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ message ContextualCard {
    SUGGESTION = 1;
    POSSIBLE = 2;
    IMPORTANT = 3;
    EXCLUSIVE = 4;
    EXCLUSIVE = 4 [deprecated = true];
    DEFERRED_SETUP = 5;
  }