Compartilhar via


WifiManager.RemovePerSsidRoamingMode(WifiSsid) Method

Definition

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.

Java documentation for android.net.wifi.WifiManager.removePerSsidRoamingMode(android.net.wifi.WifiSsid).

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.

Applies to