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

Commit 15b05537 authored by lesl's avatar lesl Committed by Les Lee
Browse files

Wifi: Add notification ID for softap auto shutdown

Notify the user that their softap disabled because there are no connected
devices and shutdown timeout expired.

Bug: 142752869
Test:  atest FrameworksWifiTests
Change-Id: Ib68607c1fcdced280191af397eda3cc900bdf7cf
parent 41b39209
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -240,6 +240,10 @@ message SystemMessage {
    // Inform the user that EAP failure occurs
    // Inform the user that EAP failure occurs
    NOTE_WIFI_EAP_FAILURE = 57;
    NOTE_WIFI_EAP_FAILURE = 57;


    // Notify the user that their softap disabled because auto shutdown timeout expired.
    // Package: android
    NOTE_SOFTAP_AUTO_DISABLED = 58;

    // ADD_NEW_IDS_ABOVE_THIS_LINE
    // ADD_NEW_IDS_ABOVE_THIS_LINE
    // Legacy IDs with arbitrary values appear below
    // Legacy IDs with arbitrary values appear below
    // Legacy IDs existed as stable non-conflicting constants prior to the O release
    // Legacy IDs existed as stable non-conflicting constants prior to the O release