Share via


Settings.ActionShowWorkPolicyInfo Field

Definition

Activity Action: Show Work Policy info.

[Android.Runtime.Register("ACTION_SHOW_WORK_POLICY_INFO", ApiSince=30)]
public const string ActionShowWorkPolicyInfo;
[<Android.Runtime.Register("ACTION_SHOW_WORK_POLICY_INFO", ApiSince=30)>]
val mutable ActionShowWorkPolicyInfo : string

Field Value

Attributes

Remarks

Activity Action: Show Work Policy info. DPC apps can implement an activity that handles this intent in order to show device policies associated with the work profile or managed device.

Input: Nothing.

Output: Nothing.

Java documentation for android.provider.Settings.ACTION_SHOW_WORK_POLICY_INFO.

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