Android.Content.Intent.ActionPackageNeedsVerification Field
Broadcast Action: Sent to the system package verifier when a package needs to be verified.

Syntax

[Android.Runtime.Register("ACTION_PACKAGE_NEEDS_VERIFICATION")]
public const string ActionPackageNeedsVerification

Remarks

Broadcast Action: Sent to the system package verifier when a package needs to be verified. The data contains the package URI.

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