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

Commit 43423a42 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Update notification display buckets." into rvc-dev am: fff2d76c

Change-Id: If69b72f46da3e4fa53c49c1bf8629592fa54172c
parents 4a630712 fff2d76c
Loading
Loading
Loading
Loading
+4 −3
Original line number Original line Diff line number Diff line
@@ -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;
}
}