REST Resource: systemapks.variants

資源:變化版本

適合納入系統映像檔的 APK。SystemApksService 的資源。

JSON 表示法
{
  "variantId": integer,
  "deviceSpec": {
    object (DeviceSpec)
  },
  "options": {
    object (SystemApkOptions)
  }
}
欄位
variantId

integer (uint32 format)

僅供輸出。先前建立的系統 APK 變化版本 ID。

deviceSpec

object (DeviceSpec)

用於產生 APK 的裝置規格。

options

object (SystemApkOptions)

選用設定。套用至產生 APK 的選項。

DeviceSpec

用於產生系統 APK 的裝置規格。

JSON 表示法
{
  "supportedAbis": [
    string
  ],
  "supportedLocales": [
    string
  ],
  "screenDensity": integer
}
欄位
supportedAbis[]

string

支援的 ABI 架構,依優先順序排列。這些值應為平台回報的字串,例如「armeabi-v7a」、「x86_64」。

supportedLocales[]

string

所有已安裝的語言代碼,以 BCP-47 字串表示,例如「en-US」。

screenDensity

integer (uint32 format)

螢幕 dpi。

SystemApkOptions

系統 APK 的選項。

JSON 表示法
{
  "uncompressedNativeLibraries": boolean,
  "uncompressedDexFiles": boolean,
  "rotated": boolean
}
欄位
uncompressedNativeLibraries

boolean

系統 APK 是否使用未壓縮的原生資料庫產生。

uncompressedDexFiles

boolean

系統 APK 是否使用未壓縮的 DEX 檔案產生。

rotated

boolean

是否要使用輪替金鑰簽署系統 APK。

方法

create

從已上傳的 Android App Bundle 建立適合納入系統映像檔的 APK。

download

下載先前建立的系統 APK,適合納入系統映像檔。

get

傳回先前建立的系統 APK 變化版本。

list

傳回先前建立的系統 APK 變化版本清單。