Android.Content.Intent.ActionUninstallPackage Field
Activity Action: Launch application uninstaller.

Syntax

[Android.Runtime.Register("ACTION_UNINSTALL_PACKAGE")]
public const string ActionUninstallPackage

Remarks

Activity Action: Launch application uninstaller.

Input: The data must be a package: URI whose scheme specific part is the package name of the current installed package to be uninstalled. You can optionally supply Intent.ExtraReturnResult.

Output: If Intent.ExtraReturnResult, returns whether the install succeeded.

[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