Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
DeviceSpec |
DeviceSpec.clone() |
DeviceSpec |
Variant.getDeviceSpec()
The device spec used to generate the APK.
|
DeviceSpec |
SystemApkVariantsCreateRequest.getDeviceSpec() |
DeviceSpec |
DeviceSpec.set(String fieldName,
Object value) |
DeviceSpec |
DeviceSpec.setScreenDensity(Long screenDensity)
Screen dpi.
|
DeviceSpec |
DeviceSpec.setSupportedAbis(List<String> supportedAbis)
Supported ABI architectures in the order of preference.
|
DeviceSpec |
DeviceSpec.setSupportedLocales(List<String> supportedLocales)
All installed locales represented as BCP-47 strings, e.g.
|
Modifier and Type | Method and Description |
---|---|
Variant |
Variant.setDeviceSpec(DeviceSpec deviceSpec)
The device spec used to generate the APK.
|
SystemApkVariantsCreateRequest |
SystemApkVariantsCreateRequest.setDeviceSpec(DeviceSpec deviceSpec) |
Copyright © 2011–2020 Google. All rights reserved.