DevicePolicyManager.ActionAdminPolicyCompliance Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Activity action: Starts the administrator to show policy compliance for the provisioning.
[Android.Runtime.Register("ACTION_ADMIN_POLICY_COMPLIANCE", ApiSince=29)]
public const string ActionAdminPolicyCompliance;
[<Android.Runtime.Register("ACTION_ADMIN_POLICY_COMPLIANCE", ApiSince=29)>]
val mutable ActionAdminPolicyCompliance : string
Field Value
- Attributes
Remarks
Activity action: Starts the administrator to show policy compliance for the provisioning. This action is used any time that the administrator has an opportunity to show policy compliance before the end of setup wizard. This could happen as part of the admin-integrated provisioning flow (in which case this gets sent after #ACTION_GET_PROVISIONING_MODE
), or it could happen during provisioning finalization if the administrator supports finalization during setup wizard.
Intents with this action may also be supplied with the #EXTRA_PROVISIONING_ADMIN_EXTRAS_BUNDLE
extra.
Java documentation for android.app.admin.DevicePolicyManager.ACTION_ADMIN_POLICY_COMPLIANCE
.
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.