InstallPreapproval

Details for requesting the pre-commit install approval.

Takes effect only on API level >= 34 with InstallerType.SESSION_BASED installer type.

See also

Types

Link copied to clipboard
class Builder(packageName: String, label: String, languageTag: String)

Builder for InstallPreapproval.

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val icon: Uri

The icon representing the app to be installed.

Link copied to clipboard

The label representing the app to be installed.

Link copied to clipboard

The locale of the app label being installed. Represented by IETF BCP 47 language tag.

Link copied to clipboard

The package name of the app to be installed.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String