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

Commit c7af3ffd authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Wifi: Introduce Intent to inform Wifi sub system restart"

parents 489658b1 09a4cc27
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -296,6 +296,7 @@

    <protected-broadcast android:name="android.net.wifi.WIFI_STATE_CHANGED" />
    <protected-broadcast android:name="android.net.wifi.WIFI_AP_STATE_CHANGED" />
    <protected-broadcast android:name="android.net.wifi.WIFI_AP_SUB_SYSTEM_RESTART" />
    <protected-broadcast android:name="android.net.wifi.WIFI_CREDENTIAL_CHANGED" />
    <protected-broadcast android:name="android.net.wifi.WIFI_SCAN_AVAILABLE" />
    <protected-broadcast android:name="android.net.wifi.SCAN_RESULTS" />
+8 −0
Original line number Diff line number Diff line
@@ -240,6 +240,14 @@ public class WifiManager {
    public static final String WIFI_AP_STATE_CHANGED_ACTION =
        "android.net.wifi.WIFI_AP_STATE_CHANGED";

    /**
     * Broadcast intent action indicating that Wi-Fi AP sub system has been restarted.
     *
     * @hide
     */
    public static final String WIFI_AP_SUB_SYSTEM_RESTART =
        "android.net.wifi.WIFI_AP_SUB_SYSTEM_RESTART";

    /**
     * The lookup key for an int that indicates whether Wi-Fi AP is enabled,
     * disabled, enabling, disabling, or failed.  Retrieve it with