Installation
interface Installation
| 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 | 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
funinstallOptions(option: String): Unit
Sets the list of FULL_APK installation options
installOptions
funinstallOptions(vararg options: String): Unit
Sets the list of FULL_APK installation options
