DevicePolicyManager.ActionDevicePolicyResourceUpdated Field

Definition

Broadcast action: notify system apps (e.

[Android.Runtime.Register("ACTION_DEVICE_POLICY_RESOURCE_UPDATED", ApiSince=33)]
public const string ActionDevicePolicyResourceUpdated;
[<Android.Runtime.Register("ACTION_DEVICE_POLICY_RESOURCE_UPDATED", ApiSince=33)>]
val mutable ActionDevicePolicyResourceUpdated : string

Field Value

Attributes

Remarks

Broadcast action: notify system apps (e.g. settings, SysUI, etc) that the device management resources with IDs #EXTRA_RESOURCE_IDS has been updated, the updated resources can be retrieved using DevicePolicyResourcesManager#getDrawable and DevicePolicyResourcesManager#getString.

This broadcast is sent to registered receivers only.

#EXTRA_RESOURCE_TYPE will be included to identify the type of resource being updated.

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

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