Language

PackageInstallVerification Enum

Definition

Enumerates values returned by several types and taken as a parameter of several types.

public enum PackageInstallVerification
type PackageInstallVerification = 
Inheritance
PackageInstallVerification

Fields

Name Value Description
Reject -1

Used as the verificationCode argument for PackageManager.verifyPendingInstall to indicate the calling package verifier does not vote to allow the installation to proceed.

Android reference for android.content.pm.PackageManager.VERIFICATION_REJECT.

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.

Allow 1

Used as the verificationCode argument for PackageManager.verifyPendingInstall to indicate that the calling package verifier allows the installation to proceed.

Android reference for android.content.pm.PackageManager.VERIFICATION_ALLOW.

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.

Remarks

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