Merge "Add the defination of Intent - WIFI_NETWORK_SETTINGS_RESET_ACTION" into qt-r1-dev
am: 82aec2e913
Change-Id: I0114ff83206d496d7f7d38e10ea18762c45f1c65
This commit is contained in:
@@ -670,6 +670,14 @@ public class WifiManager {
|
||||
*/
|
||||
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
|
||||
* been established (and it is now possible
|
||||
|
||||
Reference in New Issue
Block a user