Intent.ExtraReplacing Field

Definition

Used as a boolean extra field in android.content.Intent#ACTION_PACKAGE_REMOVED 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.Runtime.Register("EXTRA_REPLACING")]
public const string ExtraReplacing;
[<Android.Runtime.Register("EXTRA_REPLACING")>]
val mutable ExtraReplacing : string

Field Value

Implements

Attributes

Remarks

Used as a boolean extra field in android.content.Intent#ACTION_PACKAGE_REMOVED 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.

Java documentation for android.content.Intent.EXTRA_REPLACING.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to