Android.Content.Intent.ExtraDataRemoved Field
Used as a boolean extra field in Intent.ActionPackageRemoved intents to indicate whether this represents a full uninstall (removing both the code and its data) or a partial uninstall (leaving its data, implying that this is an update).

Syntax

[Android.Runtime.Register("EXTRA_DATA_REMOVED")]
public const string ExtraDataRemoved

Remarks

Used as a boolean extra field in Intent.ActionPackageRemoved intents to indicate whether this represents a full uninstall (removing both the code and its data) or a partial uninstall (leaving its data, implying that this is an update).

[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