Settings.Global.WifiDeviceOwnerConfigsLockdown Field

Definition

This setting controls whether WiFi configurations created by a Device Owner app should be locked down (that is, be editable or removable only by the Device Owner App, not even by Settings app).

[Android.Runtime.Register("WIFI_DEVICE_OWNER_CONFIGS_LOCKDOWN", ApiSince=23)]
public const string WifiDeviceOwnerConfigsLockdown;
[<Android.Runtime.Register("WIFI_DEVICE_OWNER_CONFIGS_LOCKDOWN", ApiSince=23)>]
val mutable WifiDeviceOwnerConfigsLockdown : string

Field Value

Attributes

Remarks

This setting controls whether WiFi configurations created by a Device Owner app should be locked down (that is, be editable or removable only by the Device Owner App, not even by Settings app). This setting takes integer values. Non-zero values mean DO created configurations are locked down. Value of zero means they are not. Default value in the absence of actual value to this setting is 0.

Java documentation for android.provider.Settings.Global.WIFI_DEVICE_OWNER_CONFIGS_LOCKDOWN.

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