Share via


DevicePolicyManager.ExtraProvisioningSkipEducationScreens Field

Definition

A boolean extra indicating if the education screens from the provisioning flow should be skipped.

[Android.Runtime.Register("EXTRA_PROVISIONING_SKIP_EDUCATION_SCREENS", ApiSince=29)]
public const string ExtraProvisioningSkipEducationScreens;
[<Android.Runtime.Register("EXTRA_PROVISIONING_SKIP_EDUCATION_SCREENS", ApiSince=29)>]
val mutable ExtraProvisioningSkipEducationScreens : string

Field Value

Attributes

Remarks

A boolean extra indicating if the education screens from the provisioning flow should be skipped. If unspecified, defaults to false.

This extra can be set in the following ways: <ul> <li>By the admin app when performing the admin-integrated provisioning flow as a result of the #ACTION_GET_PROVISIONING_MODE activity</li> <li>For managed account enrollment</li> </ul>

If the education screens are skipped, it is the admin application's responsibility to display its own user education screens.

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

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