Add missing enum value

Test: make
Fixes: 233754823
Change-Id: Ieed92a5b831393a90f64af004dadf3fadfeb95c5
This commit is contained in:
Julia Reynolds
2022-08-30 16:39:18 +00:00
parent c9e49d8ed2
commit 7b09ca8629

View File

@@ -45,6 +45,8 @@ message PolicyProto {
MEDIA = 7;
// System (catch-all for non-never suppressible sounds) are prioritized.
SYSTEM = 8;
// Priority conversations are prioritized
CONVERSATIONS = 9;
}
repeated Category priority_categories = 1;