PackageManager.ExtraVerificationResult Field

Definition

Extra field name for the result of a verification, either #VERIFICATION_ALLOW, or #VERIFICATION_REJECT.

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

Field Value

Attributes

Remarks

Extra field name for the result of a verification, either #VERIFICATION_ALLOW, or #VERIFICATION_REJECT. Passed to package verifiers after a package is verified.

Java documentation for android.content.pm.PackageManager.EXTRA_VERIFICATION_RESULT.

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