Android.Content.Intent.ActionPackageVerified Field
Broadcast Action: Sent to the system package verifier when a package is verified.

Syntax

[Android.Runtime.Register("ACTION_PACKAGE_VERIFIED")]
public const string ActionPackageVerified

Remarks

Broadcast Action: Sent to the system package verifier when a package is 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 17