DevicePolicyManager.SkipSetupWizard Field

Definition

Caution

This constant will be removed in the future version. Use Android.App.Admin.UserManagementFlags enum directly instead of this field.

Flag used by #createAndManageUser to skip setup wizard after creating a new user.

[Android.Runtime.Register("SKIP_SETUP_WIZARD", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.UserManagementFlags enum directly instead of this field.", true)]
public const Android.App.Admin.UserManagementFlags SkipSetupWizard = 1;
[<Android.Runtime.Register("SKIP_SETUP_WIZARD", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.UserManagementFlags enum directly instead of this field.", true)>]
val mutable SkipSetupWizard : Android.App.Admin.UserManagementFlags

Field Value

Value = 1
Attributes

Remarks

Flag used by #createAndManageUser to skip setup wizard after creating a new user.

Java documentation for android.app.admin.DevicePolicyManager.SKIP_SETUP_WIZARD.

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