Merge "Add notification ID for APM enhancement"

This commit is contained in:
Treehugger Robot
2022-08-24 23:40:43 +00:00
committed by Gerrit Code Review

View File

@@ -290,6 +290,10 @@ message SystemMessage {
// Package: android // Package: android
NOTE_REVIEW_NOTIFICATION_PERMISSIONS = 71; 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. // Inform the user of bluetooth apm state changes.
// Package: android // Package: android
NOTE_BT_APM_NOTIFICATION = 74; NOTE_BT_APM_NOTIFICATION = 74;