Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fff2d76c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents e95887d5 e3753844
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -3600,9 +3600,10 @@ message Notification {
    // See NotificationSectionsManager.PriorityBucket.
    enum NotificationSection {
        SECTION_UNKNOWN = 0;
        SECTION_PEOPLE = 1;
        SECTION_ALERTING = 2;
        SECTION_SILENT = 3;
        SECTION_HEADS_UP = 1;
        SECTION_PEOPLE = 2;
        SECTION_ALERTING = 3;
        SECTION_SILENT = 4;
    }
    optional NotificationSection section = 6;
}