additionalApks property

List<Apk>? additionalApks
getter/setter pair

APKs to install in addition to those being directly tested.

These will be installed after the app under test. Currently capped at 100.

Implementation

core.List<Apk>? additionalApks;