ApplicationInstallation

Added in 8.3.1

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.1
var enableBaselineProfile: Boolean

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

installOptions

Added in 8.6.1
val installOptions: MutableList<String>

The list of FULL_APK installation options.