Android.Content.Intent.ActionMyPackageReplaced Field
Broadcast Action: A new version of your application has been installed over an existing one.

Syntax

[Android.Runtime.Register("ACTION_MY_PACKAGE_REPLACED")]
public const string ActionMyPackageReplaced

Remarks

Broadcast Action: A new version of your application has been installed over an existing one. This is only sent to the application that was replaced. It does not contain any additional data; to receive it, just use an intent filter for this action.

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 12