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

Commit e3753844 authored by Will Brockman's avatar Will Brockman
Browse files

Update notification display buckets.

Staying in sync with NotificationSectionsManager.PriorityBucket.

Bug: 146488473
Test: statsd_testdrive 245
Change-Id: I161062593c75b34d7f2260fc6a7301c73b2f8a8d
parent e2ab8ed0
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;
}