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

Commit f2ab6e1e authored by Steven Liu's avatar Steven Liu Committed by android-build-merger
Browse files

Merge "Add the defination of Intent - WIFI_NETWORK_SETTINGS_RESET_ACTION" into...

Merge "Add the defination of Intent - WIFI_NETWORK_SETTINGS_RESET_ACTION" into qt-r1-dev am: 82aec2e9
am: b76e805a

Change-Id: I3f5e27c6a652c08a80facebbfbaab9d1d3907ce8
parents e1fc69e1 b76e805a
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -670,6 +670,14 @@ public class WifiManager {
     */
     */
    public static final int IFACE_IP_MODE_LOCAL_ONLY = 2;
    public static final int IFACE_IP_MODE_LOCAL_ONLY = 2;


    /**
     * Broadcast intent action indicating that the wifi network settings
     * had been reset.
     * @hide
     */
    public static final String WIFI_NETWORK_SETTINGS_RESET_ACTION =
            "android.net.wifi.action.NETWORK_SETTINGS_RESET";

    /**
    /**
     * Broadcast intent action indicating that a connection to the supplicant has
     * Broadcast intent action indicating that a connection to the supplicant has
     * been established (and it is now possible
     * been established (and it is now possible