WifiManager.RemovePerSsidRoamingMode(WifiSsid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This API allows a privileged application to remove roaming mode policy
configured using the #setPerSsidRoamingMode(WifiSsid, int)
.
[Android.Runtime.Register("removePerSsidRoamingMode", "(Landroid/net/wifi/WifiSsid;)V", "GetRemovePerSsidRoamingMode_Landroid_net_wifi_WifiSsid_Handler", ApiSince=35)]
public virtual void RemovePerSsidRoamingMode (Android.Net.Wifi.WifiSsid ssid);
[<Android.Runtime.Register("removePerSsidRoamingMode", "(Landroid/net/wifi/WifiSsid;)V", "GetRemovePerSsidRoamingMode_Landroid_net_wifi_WifiSsid_Handler", ApiSince=35)>]
abstract member RemovePerSsidRoamingMode : Android.Net.Wifi.WifiSsid -> unit
override this.RemovePerSsidRoamingMode : Android.Net.Wifi.WifiSsid -> unit
Parameters
- ssid
- WifiSsid
SSID to be removed from the roaming mode policy.
- Attributes
Remarks
This API allows a privileged application to remove roaming mode policy configured using the #setPerSsidRoamingMode(WifiSsid, int)
.
Available for DO/COPE apps. Other apps require android.Manifest.permission#NETWORK_SETTINGS
or android.Manifest.permission#MANAGE_WIFI_NETWORK_SELECTION
permission.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.