InstallResultReceiver
Receives and processes the result of an app installation via a broadcast.
This class listens for broadcast intents that contain the result of a package installation initiated through the Android PackageInstaller API. It extracts the status and corresponding message, logs the information, and notifies InstallationManager
to invoke the corresponding callback.
Inherits from BroadcastReceiver
and overrides the onReceive
method to handle the incoming intents with installation results.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard