Intent.ActionPackageNeedsVerification Field

Definition

Broadcast Action: Sent to the system package verifier when a package needs to be verified.

[Android.Runtime.Register("ACTION_PACKAGE_NEEDS_VERIFICATION")]
public const string ActionPackageNeedsVerification;
[<Android.Runtime.Register("ACTION_PACKAGE_NEEDS_VERIFICATION")>]
val mutable ActionPackageNeedsVerification : string

Field Value

Implements

Attributes

Remarks

Broadcast Action: Sent to the system package verifier when a package needs to be verified. The data contains the package URI. <p class="note"> This is a protected intent that can only be sent by the system. </p>

Java documentation for android.content.Intent.ACTION_PACKAGE_NEEDS_VERIFICATION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to