diff options
Diffstat (limited to 'proto/src')
-rw-r--r-- | proto/src/system_messages.proto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/proto/src/system_messages.proto b/proto/src/system_messages.proto index 7f542d130cf7..e8db80a36f5b 100644 --- a/proto/src/system_messages.proto +++ b/proto/src/system_messages.proto @@ -310,6 +310,10 @@ message SystemMessage { // Package: android NOTE_USB_UVC = 75; + // Inform the user about adaptive notifications + // Package: com.android.systemui + NOTE_ADAPTIVE_NOTIFICATIONS = 76; + // ADD_NEW_IDS_ABOVE_THIS_LINE // Legacy IDs with arbitrary values appear below // Legacy IDs existed as stable non-conflicting constants prior to the O release |