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

Change-Id: I0c9f88d33a3a86105576c46f278e3ca0c28d3446
This commit is contained in:
TreeHugger Robot
2020-04-28 20:26:14 +00:00
committed by Automerger Merge Worker

View File

@@ -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;
}