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.

Constructors

Link copied to clipboard
constructor()

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
open fun getSentFromUid(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun onReceive(context: Context, intent: Intent)
Link copied to clipboard
open fun peekService(p0: Context, p1: Intent): IBinder
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun setResult(p0: Int, p1: String, p2: Bundle)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard