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 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 enableBaselineProfileBoolean

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

installOptions

val installOptionsMutableList<String>

The list of FULL_APK installation options.