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 stringExtraDataRemoved
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).