次の方法で共有


DevicePolicyManager.ExtraProvisioningAdminExtrasBundle Field

Definition

A android.os.Parcelable extra of type android.os.PersistableBundle that is passed directly to the Device Policy Controller after provisioning.

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

Field Value

Attributes

Remarks

A android.os.Parcelable extra of type android.os.PersistableBundle that is passed directly to the Device Policy Controller after provisioning.

Starting from android.os.Build.VERSION_CODES#M, if used with #MIME_TYPE_PROVISIONING_NFC as part of NFC managed device provisioning, the NFC message should contain a stringified java.util.Properties instance, whose string properties will be converted into a android.os.PersistableBundle and passed to the management application after provisioning.

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

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