Java android.content.pm PackageInstaller fields, constructors, methods, implement or subclass

Example usage for Java android.content.pm PackageInstaller fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.content.pm PackageInstaller.

The text is from its open source code.

Field

StringACTION_CONFIRM_PERMISSIONS
StringEXTRA_SESSION_ID
An integer session ID that an operation is working with.

Method

intcreateSession(@NonNull SessionParams params)
Create a new session using the given parameters, returning a unique ID that represents the session.
SessionopenSession(int sessionId)
Open an existing session to actively perform work.