Android.Content.Intent.ActionPackageReplaced Field
Broadcast Action: A new version of an application package has been installed, replacing an existing version that was previously installed.

Syntax

[Android.Runtime.Register("ACTION_PACKAGE_REPLACED")]
public const string ActionPackageReplaced

Remarks

Broadcast Action: A new version of an application package has been installed, replacing an existing version that was previously installed. The data contains the name of the package.

May include the following extras:

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 3