diff --git a/proto/src/system_messages.proto b/proto/src/system_messages.proto index b87773bbe0b2..66ae435bf926 100644 --- a/proto/src/system_messages.proto +++ b/proto/src/system_messages.proto @@ -290,6 +290,10 @@ message SystemMessage { // Package: android NOTE_REVIEW_NOTIFICATION_PERMISSIONS = 71; + // Inform the user of wifi apm state changes. + // Package: android + NOTE_WIFI_APM_NOTIFICATION = 73; + // Inform the user of bluetooth apm state changes. // Package: android NOTE_BT_APM_NOTIFICATION = 74;