PackageManager.ExtraVerificationId 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 ID of a package pending verification.
[Android.Runtime.Register("EXTRA_VERIFICATION_ID")]
public const string ExtraVerificationId;
[<Android.Runtime.Register("EXTRA_VERIFICATION_ID")>]
val mutable ExtraVerificationId : string
Field Value
- Attributes
Remarks
Extra field name for the ID of a package pending verification. Passed to a package verifier and is used to call back to PackageManager#verifyPendingInstall(int, int)
Java documentation for android.content.pm.PackageManager.EXTRA_VERIFICATION_ID
.
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.