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

Syntax

[Android.Runtime.Register("ACTION_PACKAGE_FULLY_REMOVED")]
public const string ActionPackageFullyRemoved

Remarks

Broadcast Action: An existing application package has been completely removed from the device. The data contains the name of the package. This is like Intent.ActionPackageRemoved, but only set when Intent.ExtraDataRemoved is true and Intent.ExtraReplacing is false of that broadcast.

  • Intent.ExtraUid containing the integer uid previously assigned to the package.

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 14