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

Commit a4efd2b7 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Merge "Update NotificationSection enum." into rvc-dev am: 34b9c061...

Merge "Merge "Update NotificationSection enum." into rvc-dev am: 34b9c061 am: 206ddf86" into rvc-d1-dev-plus-aosp am: e1c9fb7a am: 1b638fb5

Change-Id: I60316f2325ba1443c64e30b53c7b449879157821
parents bc85d578 1b638fb5
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -3915,9 +3915,10 @@ message Notification {
    enum NotificationSection {
        SECTION_UNKNOWN = 0;
        SECTION_HEADS_UP = 1;
        SECTION_PEOPLE = 2;
        SECTION_ALERTING = 3;
        SECTION_SILENT = 4;
        SECTION_MEDIA_CONTROLS = 2;
        SECTION_PEOPLE = 3;
        SECTION_ALERTING = 4;
        SECTION_SILENT = 5;
    }
    optional NotificationSection section = 6;
}