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

Commit 37686b9e authored by Kumar Anand's avatar Kumar Anand
Browse files

Wifi: Notification id for sim required

Framework needs to launch a notification when
wifi is disconnected due to SIM removal

Bug: 147113247
Test: atest FrameworksWifiTests
Change-Id: I4901eda93ec46e577a8d947736b9f6a7b2f70f68
parent 4b5b834e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -248,6 +248,10 @@ message SystemMessage {
    // Package: android
    NOTE_LOCATION_CHANGED = 59;

    // Notify user that a SIM is required to connect to Wifi network
    // Package: android
    NOTE_ID_WIFI_SIM_REQUIRED = 60;

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