Android.Content.Intent.ExtraReplacing Field
Used as a boolean extra field in Intent.ActionPackageRemoved intents to indicate that this is a replacement of the package, so this broadcast will immediately be followed by an add broadcast for a different version of the same package.

Syntax

[Android.Runtime.Register("EXTRA_REPLACING")]
public const string ExtraReplacing

Remarks

Used as a boolean extra field in Intent.ActionPackageRemoved intents to indicate that this is a replacement of the package, so this broadcast will immediately be followed by an add broadcast for a different version of the same package.

[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