ApkInstallGroup

Added in 8.8.0-alpha01

@Incubating
interface ApkInstallGroup


An interface representing a set of APKs files and that are installed as a unit on a device. These Apks are installed together with one install-multiple adb command if there are more than one Apks in the group.

Summary

Public properties

List<RegularFile>

A group of APK files installed as a unit on a device (e.g., via the install-multiple adb command).

String

A brief description of this install group.

Public properties

apks

Added in 8.8.0-alpha01
val apksList<RegularFile>

A group of APK files installed as a unit on a device (e.g., via the install-multiple adb command).

description

Added in 8.8.0-alpha01
val descriptionString

A brief description of this install group.