Settings.Global.DeviceProvisioned Field

Definition

Whether the device has been provisioned (0 = false, 1 = true).

[Android.Runtime.Register("DEVICE_PROVISIONED")]
public const string DeviceProvisioned;
[<Android.Runtime.Register("DEVICE_PROVISIONED")>]
val mutable DeviceProvisioned : string

Field Value

Attributes

Remarks

Whether the device has been provisioned (0 = false, 1 = true).

On a multiuser device with a separate system user, the screen may be locked as soon as this is set to true and further activities cannot be launched on the system user unless they are marked to show over keyguard.

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

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