Merge "Merge "Update NotificationSection enum." into rvc-dev am: 34b9c0614b am: 206ddf8690" into rvc-d1-dev-plus-aosp am: e1c9fb7a3f
Change-Id: I309b6f931a7925f4cf444345bc72fa012120f212
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user