Installation
@Incubating interface Installation
| com.android.build.api.dsl.Installation | 
Options for the adb tool.
Summary
            Public methods | 
        |
|---|---|
| abstract Unit | 
            installOptions(option: String)Sets the list of FULL_APK installation options  | 
        
| abstract Unit | 
            installOptions(vararg options: String)Sets the list of FULL_APK installation options  | 
        
            Properties | 
        |
|---|---|
| abstract Collection<String>? | 
            
             The list of FULL_APK installation options.  | 
        
| abstract Int | 
            
             The time out used for all adb operations.  | 
        
Public methods
installOptions
abstract fun installOptions(option: String): Unit
Sets the list of FULL_APK installation options
installOptions
abstract fun installOptions(vararg options: String): Unit
Sets the list of FULL_APK installation options
Properties
installOptions
abstract var installOptions: Collection<String>?
The list of FULL_APK installation options.