PackageManager.ExtraVerificationResult Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.