From 7b09ca8629027552937241436eed9c36b9b0870e Mon Sep 17 00:00:00 2001 From: Julia Reynolds Date: Tue, 30 Aug 2022 16:39:18 +0000 Subject: [PATCH] Add missing enum value Test: make Fixes: 233754823 Change-Id: Ieed92a5b831393a90f64af004dadf3fadfeb95c5 --- core/proto/android/app/notificationmanager.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/proto/android/app/notificationmanager.proto b/core/proto/android/app/notificationmanager.proto index b88315e2dbeee..3342c79b7d3fe 100644 --- a/core/proto/android/app/notificationmanager.proto +++ b/core/proto/android/app/notificationmanager.proto @@ -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;