Android.Content.Intent.ActionPackageRemoved Field
Broadcast Action: An existing application package has been removed from the device.

Syntax

[Android.Runtime.Register("ACTION_PACKAGE_REMOVED")]
public const string ActionPackageRemoved

Remarks

Broadcast Action: An existing application package has been removed from the device. The data contains the name of the package. The package that is being installed does not receive this Intent.

This is a protected intent that can only be sent by the system.

[Android Documentation]

Requirements

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