DevicePolicyManager.ActionSystemUpdatePolicyChanged Field

Definition

Broadcast action: notify that a new local system update policy has been set by the device owner.

[Android.Runtime.Register("ACTION_SYSTEM_UPDATE_POLICY_CHANGED", ApiSince=23)]
public const string ActionSystemUpdatePolicyChanged;
[<Android.Runtime.Register("ACTION_SYSTEM_UPDATE_POLICY_CHANGED", ApiSince=23)>]
val mutable ActionSystemUpdatePolicyChanged : string

Field Value

Attributes

Remarks

Broadcast action: notify that a new local system update policy has been set by the device owner. The new policy can be retrieved by #getSystemUpdatePolicy().

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

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