Freigeben über


DevicePolicyManager.ExtraProvisioningSkipUserConsent Field

Definition

A boolean extra indicating if the user consent steps from the provisioning flow should be skipped.

[Android.Runtime.Register("EXTRA_PROVISIONING_SKIP_USER_CONSENT", ApiSince=26)]
public const string ExtraProvisioningSkipUserConsent;
[<Android.Runtime.Register("EXTRA_PROVISIONING_SKIP_USER_CONSENT", ApiSince=26)>]
val mutable ExtraProvisioningSkipUserConsent : string

Field Value

Attributes

Remarks

A boolean extra indicating if the user consent steps from the provisioning flow should be skipped. If unspecified, defaults to false.

It can only be used by an existing device owner trying to create a managed profile via #ACTION_PROVISION_MANAGED_PROFILE. Otherwise it is ignored.

This member is deprecated. this extra is no longer relevant as device owners cannot create managed profiles

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

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