Loading wifi/java/android/net/wifi/WifiManager.java +8 −0 Original line number Original line Diff line number Diff line Loading @@ -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 Loading Loading
wifi/java/android/net/wifi/WifiManager.java +8 −0 Original line number Original line Diff line number Diff line Loading @@ -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 Loading