PackageUninstaller
interface PackageUninstaller
Provides the ability to uninstall applications from the device.
In essence, it's a repository of Sessions.
Functions
Link copied to clipboard
Creates a uninstall session with provided parameters.The returned session is in pending state.
Link copied to clipboard
Returns all active uninstall sessions tracked by this PackageUninstaller.
Link copied to clipboard
Returns a uninstall session which matches the provided sessionId, or null
if not found.
Link copied to clipboard
Returns all uninstall sessions tracked by this PackageUninstaller, active or not.