| Package | Description |
|---|---|
| com.google.api.services.androidpublisher | |
| com.google.api.services.androidpublisher.model |
| Modifier and Type | Method and Description |
|---|---|
AndroidPublisher.Systemapks.Variants.Create |
AndroidPublisher.Systemapks.Variants.create(String packageName,
Long versionCode,
Variant content)
Creates an APK which is suitable for inclusion in a system image from an already uploaded Android
App Bundle.
|
| Constructor and Description |
|---|
Create(String packageName,
Long versionCode,
Variant content)
Creates an APK which is suitable for inclusion in a system image from an already uploaded
Android App Bundle.
|
| Modifier and Type | Method and Description |
|---|---|
Variant |
Variant.clone() |
Variant |
Variant.set(String fieldName,
Object value) |
Variant |
Variant.setDeviceSpec(DeviceSpec deviceSpec)
The device spec used to generate the APK.
|
Variant |
Variant.setOptions(SystemApkOptions options)
Optional.
|
Variant |
Variant.setVariantId(Long variantId)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<Variant> |
SystemApksListResponse.getVariants()
All system APK variants created.
|
| Modifier and Type | Method and Description |
|---|---|
SystemApksListResponse |
SystemApksListResponse.setVariants(List<Variant> variants)
All system APK variants created.
|
Copyright © 2011–2025 Google. All rights reserved.