Android.Content.Intent.ExtraAllowReplace Field
Used as a boolean extra field with Intent.ActionInstallPackage to install a package.

Syntax

[Android.Runtime.Register("EXTRA_ALLOW_REPLACE")]
[System.Obsolete("deprecated")]
public const string ExtraAllowReplace

Remarks

Used as a boolean extra field with Intent.ActionInstallPackage to install a package. Tells the installer UI to skip the confirmation with the user if the .apk is replacing an existing one.

[Android Documentation]

Requirements

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