Installation

interface Installation

Known direct subclasses
AdbOptions

This interface is deprecated. Renamed to Installation


Options for the adb tool.

Summary

Public functions

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

Public properties

MutableList<String>

The list of FULL_APK installation options.

Int

The time out used for all adb operations.

Public functions

installOptions

fun installOptions(option: String): Unit

Sets the list of FULL_APK installation options

installOptions

fun installOptions(vararg options: String): Unit

Sets the list of FULL_APK installation options

Public properties

installOptions

val installOptionsMutableList<String>

The list of FULL_APK installation options.

timeOutInMs

var timeOutInMsInt

The time out used for all adb operations.