Click or drag to resize

PackageInstaller Methods

The PackageInstaller type exposes the following members.

Methods
  NameDescription
Public methodCreateSession
Call this method to create a PackageInstallerSession
Public methodInstall(IListString, Boolean, IPackageInstallerListener)
Call this method to install the applications contained within the .apk files specified by apks.
Public methodInstall(String, Boolean, IPackageInstallerListener)
Call this method to install the application contained within the .apk file specified by apk.
Public methodSelfUpgrade
Call this method to upgrade the current application.
Public methodUninstall
Call this method to unistall an application installed on the device.
Public methodUpgrade
Call this method to upgrade an application installed on the device.
Top
See Also