Merge "Add missing enum value" into tm-qpr-dev

This commit is contained in:
Julia Reynolds
2022-08-31 18:28:19 +00:00
committed by Android (Google) Code Review

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;