diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2020-06-19 22:48:49 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-06-19 22:48:49 +0000 |
commit | 263c7f9bc1955cf7127cca8db8ea29feb4650903 (patch) | |
tree | 110b1d999cdf680478ee1c658cd7dba96f0996de /core | |
parent | a1596ea5435fc5e895e749bec1e69ac45e95d8e8 (diff) | |
parent | 3ec09344860a9ecc73e258d6940c1870c1570225 (diff) |
Merge "Statsd notif logs: important conversations." into rvc-dev
Diffstat (limited to 'core')
-rw-r--r-- | core/proto/android/stats/sysui/notification_enums.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/proto/android/stats/sysui/notification_enums.proto b/core/proto/android/stats/sysui/notification_enums.proto index 09837022e50d..30bdecae07d1 100644 --- a/core/proto/android/stats/sysui/notification_enums.proto +++ b/core/proto/android/stats/sysui/notification_enums.proto @@ -26,4 +26,5 @@ enum NotificationImportance { // Constants from NotificationManager.java IMPORTANCE_LOW = 2; // Shows in shade, maybe status bar, no buzz/beep. IMPORTANCE_DEFAULT = 3; // Shows everywhere, makes noise, no heads-up. IMPORTANCE_HIGH = 4; // Shows everywhere, makes noise, heads-up, may full-screen. + IMPORTANCE_IMPORTANT_CONVERSATION = 5; // High + isImportantConversation(). } |