PackageInstaller
interface PackageInstaller
Provides the ability to install applications on the device. This includes support for monolithic APKs and split APKs.
In essence, it's a repository of ProgressSessions.
Functions
Link copied to clipboard
Creates an install session with provided parameters. The returned session is in pending state.
Link copied to clipboard
Returns all active install sessions tracked by this PackageInstaller.
Link copied to clipboard
Returns an install session which matches the provided sessionId, or null
if not found.
Link copied to clipboard
Returns all install sessions tracked by this PackageInstaller, active or not.