DevicePolicyManager.ExtraProvisioningDisclaimers Field

Definition

A Bundle[] extra consisting of list of disclaimer headers and disclaimer contents.

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

Field Value

Attributes

Remarks

A Bundle[] extra consisting of list of disclaimer headers and disclaimer contents. Each Bundle must have both #EXTRA_PROVISIONING_DISCLAIMER_HEADER as disclaimer header, and #EXTRA_PROVISIONING_DISCLAIMER_CONTENT as disclaimer content.

The extra typically contains one disclaimer from the company of mobile device management application (MDM), and one disclaimer from the organization.

Call Bundle#putParcelableArray(String, Parcelable[]) to put the Bundle[]

Maximum 3 key-value pairs can be specified. The rest will be ignored.

Can be used in an intent with action #ACTION_PROVISION_MANAGED_PROFILE. This extra can also be returned by the admin app when performing the admin-integrated provisioning flow as a result of the #ACTION_GET_PROVISIONING_MODE activity.

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

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