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 |
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.
|
Copyright © 2011–2025 Google. All rights reserved.