Merge "Update notification display buckets." into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-03-06 15:33:50 +00:00
committed by Android (Google) Code Review

View File

@@ -3600,9 +3600,10 @@ message Notification {
// See NotificationSectionsManager.PriorityBucket. // See NotificationSectionsManager.PriorityBucket.
enum NotificationSection { enum NotificationSection {
SECTION_UNKNOWN = 0; SECTION_UNKNOWN = 0;
SECTION_PEOPLE = 1; SECTION_HEADS_UP = 1;
SECTION_ALERTING = 2; SECTION_PEOPLE = 2;
SECTION_SILENT = 3; SECTION_ALERTING = 3;
SECTION_SILENT = 4;
} }
optional NotificationSection section = 6; optional NotificationSection section = 6;
} }