diff options
| author | 2022-08-31 18:41:57 +0000 | |
|---|---|---|
| committer | 2022-08-31 18:41:57 +0000 | |
| commit | d32b9b832f7c9628cad7d5e1e41fa6edb1da899a (patch) | |
| tree | c072f9ddd73fec9b6b7e9d25ae8b71c6d3d1e1ac | |
| parent | 1af0684ac0436a50874d1f087afe089b6487c594 (diff) | |
| parent | 1f8fded51211d8c41f79ba4c54454f2093df5434 (diff) | |
Merge "Add missing enum value" into tm-qpr-dev am: 1f8fded512
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19783121
Change-Id: I956929c0f357983bad64c909b12d02b72dca0357
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | core/proto/android/app/notificationmanager.proto | 2 |
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; |