Installation

public interface Installation

Known direct subclasses
AdbOptions

This interface is deprecated. Renamed to Installation


Options for the adb tool.

Summary

Public methods

abstract @NonNull List<@NonNull String>

The list of FULL_APK installation options.

abstract int

The time out used for all adb operations.

abstract void

This method is deprecated. To be removed in AGP 9.0

abstract void

This method is deprecated. To be removed in AGP 9.0

abstract void
setTimeOutInMs(int timeOutInMs)

The time out used for all adb operations.

Public methods

getInstallOptions

@Incubating
abstract @NonNull List<@NonNull StringgetInstallOptions()

The list of FULL_APK installation options.

getTimeOutInMs

abstract int getTimeOutInMs()

The time out used for all adb operations.

installOptions

abstract void installOptions(@NonNull String option)

Sets the list of FULL_APK installation options

installOptions

abstract void installOptions(@NonNull String options)

Sets the list of FULL_APK installation options

setTimeOutInMs

abstract void setTimeOutInMs(int timeOutInMs)

The time out used for all adb operations.