ApkSplits
import type { ApkSplits } from "https://googleapis.deno.dev/v1/testing:v1.ts";
A single dynamic feature apk.
interface ApkSplits {
bundleSplits?: FileReference[];
}§Properties
§
bundleSplits?: FileReference[]
[src]A list of .apk files generated by bundletool to install to the device under test as a single android app with adb install-multiple. If specified, requires one or more bundle_splits. The first split specified represents the base APK, while subsequent splits represent feature apks.