ApplicationInstallation

Added in 8.3.2

interface ApplicationInstallation : Installation


Summary

Public properties

Boolean

Whether to generate per-SDK level baseline profiles to install with an APK.

MutableList<String>

The list of FULL_APK installation options.

Inherited functions

From com.android.build.api.dsl.Installation
Unit

This function is deprecated. To be removed in AGP 9.0

Unit
installOptions(vararg options: String)

This function is deprecated. To be removed in AGP 9.0

Inherited properties

From com.android.build.api.dsl.Installation
Int

The time out used for all adb operations.

Public properties

enableBaselineProfile

Added in 8.3.2
var enableBaselineProfileBoolean

Whether to generate per-SDK level baseline profiles to install with an APK.

installOptions

Added in 8.3.2
val installOptionsMutableList<String>

The list of FULL_APK installation options.