commit | 87904c3d11d88ed442fa5e33a2abe38c3e2db7a4 | [log] [tgz] |
---|---|---|
author | Pengquan Meng <mpq@google.com> | Thu Jan 31 03:51:49 2019 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Jan 31 03:51:49 2019 +0000 |
tree | 49ba9754a4b74d7bcfc1c60787f6ff0eeb1ef193 | |
parent | 2a736c6ed3230d89d204620b9fb8a79777075f44 [diff] | |
parent | 7f602c7f675961fcae91a1746ee19c842020d6e4 [diff] |
Merge "Add enable/disable DSDS setting switch"
diff --git a/protos/contextual_card_list.proto b/protos/contextual_card_list.proto index 5645c87..37383ba 100644 --- a/protos/contextual_card_list.proto +++ b/protos/contextual_card_list.proto
@@ -18,7 +18,7 @@ SUGGESTION = 1; POSSIBLE = 2; IMPORTANT = 3; - EXCLUSIVE = 4; + EXCLUSIVE = 4 [deprecated = true]; DEFERRED_SETUP = 5; }