Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
SystemApkOptions |
SystemApkOptions.clone() |
SystemApkOptions |
Variant.getOptions()
Optional.
|
SystemApkOptions |
SystemApkOptions.set(String fieldName,
Object value) |
SystemApkOptions |
SystemApkOptions.setRotated(Boolean rotated)
Whether to use the rotated key for signing the system APK.
|
SystemApkOptions |
SystemApkOptions.setUncompressedDexFiles(Boolean uncompressedDexFiles)
Whether system APK was generated with uncompressed dex files.
|
SystemApkOptions |
SystemApkOptions.setUncompressedNativeLibraries(Boolean uncompressedNativeLibraries)
Whether system APK was generated with uncompressed native libraries.
|
Modifier and Type | Method and Description |
---|---|
Variant |
Variant.setOptions(SystemApkOptions options)
Optional.
|
Copyright © 2011–2025 Google. All rights reserved.