Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 175b0092 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add Wifi Wake notification ids to system messages"

parents c22e7735 68a7d012
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -187,6 +187,12 @@ message SystemMessage {
    // to a Wi-Fi network
    NOTE_WIFI_WRONG_PASSWORD = 42;

    // Inform the user that Wifi Wake will re-enable wifi when possible
    NOTE_WIFI_WAKE_ONBOARD = 43;

    // Inform the user that Wifi Wake has automatically re-enabled Wifi
    NOTE_WIFI_WAKE_TURNED_BACK_ON = 44;

    // 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