SessionStatus Enum

Definition

public enum SessionStatus
type SessionStatus = 
Inheritance
SessionStatus

Fields

Name Value Description
NoError 0

Constant indicating that no error occurred during the preparation or the activation of this session.

Android reference for android.content.pm.PackageInstaller.SessionInfo.SESSION_NO_ERROR.

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.

VerificationFailed 1

Constant indicating that an error occurred during the verification phase of this session.

Android reference for android.content.pm.PackageInstaller.SessionInfo.SESSION_VERIFICATION_FAILED.

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.

ActivationFailed 2

Constant indicating that an error occurred during the activation phase of this session.

Android reference for android.content.pm.PackageInstaller.SessionInfo.SESSION_ACTIVATION_FAILED.

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.

UnknownError 3

Constant indicating that an unknown error occurred while processing this session.

Android reference for android.content.pm.PackageInstaller.SessionInfo.SESSION_UNKNOWN_ERROR.

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.

Conflict 4

Constant indicating that the session was in conflict with another session and had to be sacrificed for resolution.

Android reference for android.content.pm.PackageInstaller.SessionInfo.SESSION_CONFLICT.

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