summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Julia Reynolds <juliacr@google.com> 2022-08-31 18:28:19 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2022-08-31 18:28:19 +0000
commit1f8fded51211d8c41f79ba4c54454f2093df5434 (patch)
tree5a319fdccfb9fb29e22b8ee2ce7ac7ee7819882a
parentdd8e79099f3f8b61ca34297e812f3f3eef063b77 (diff)
parent7b09ca8629027552937241436eed9c36b9b0870e (diff)
Merge "Add missing enum value" into tm-qpr-dev
-rw-r--r--core/proto/android/app/notificationmanager.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/proto/android/app/notificationmanager.proto b/core/proto/android/app/notificationmanager.proto
index b88315e2dbee..3342c79b7d3f 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;