Skip to main content

variants

Overview

Namevariants
TypeResource
Idgoogledevelopers.androidpublisher.variants

Fields

NameDatatypeDescription
deviceSpecobjectThe device spec used to generate a system APK.
variantIdintegerOutput only. The ID of a previously created system APK variant.

Methods

NameAccessible byRequired ParamsDescription
systemapks_variants_getSELECTpackageName, variantId, versionCodeReturns a previously created system APK variant.
systemapks_variants_listSELECTpackageName, versionCodeReturns the list of previously created system APK variants.
systemapks_variants_createINSERTpackageName, versionCodeCreates an APK which is suitable for inclusion in a system image from an already uploaded Android App Bundle.
systemapks_variants_downloadEXECpackageName, variantId, versionCodeDownloads a previously created system APK which is suitable for inclusion in a system image.