Builder

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Flag to indicate that you want to allow test packages (those that have set android:testOnly in their manifest) to be installed.

Link copied to clipboard

Flag to indicate that this install should immediately be visible to all users.

Link copied to clipboard

Flag to bypass the low target SDK version block for this install.

Link copied to clipboard

Flag parameter for package install to indicate that all requested permissions should be granted to the package. If allUsers is set the runtime permissions will be granted to all users, otherwise only to the owner.

Link copied to clipboard

Flag to indicate that you want to replace an already installed package, if one exists.

Link copied to clipboard

Flag to indicate that an upgrade to a lower version of a package than currently installed has been requested.

Functions