Android.Content.Intent.ActionPackageChanged Field
Broadcast Action: An existing application package has been changed (e.g. a component has been enabled or disabled).

Syntax

[Android.Runtime.Register("ACTION_PACKAGE_CHANGED")]
public const string ActionPackageChanged

Remarks

Broadcast Action: An existing application package has been changed (e.g. a component has been enabled or disabled). The data contains the name of the package.

This is a protected intent that can only be sent by the system.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1