REST Resource: edits.apks
透過集合功能整理內容 你可以依據偏好儲存及分類內容。
資源:Apk
APK 相關資訊。ApksService 的資源。
JSON 表示法 |
{ "versionCode": integer, "binary": { object (ApkBinary ) } } |
欄位 |
versionCode | integer 在資訊清單檔案中指定的 APK 版本代碼。 |
binary | object (ApkBinary ) 這個 APK 的二進位檔酬載相關資訊。 |
ApkBinary
JSON 表示法 |
{ "sha1": string, "sha256": string } |
欄位 |
sha1 | string APK 酬載的 sha1 雜湊,以十六進位字串的形式編碼,並比對 sha1sum 指令的輸出結果。 |
sha256 | string APK 酬載的 sha256 雜湊,以十六進位字串的形式編碼,並比對 sha256sum 指令的輸出結果。 |
方法 |
| 可在不將 APK 本身上傳至 Google Play 的情況下建立新的 APK,而不是將 APK 代管在指定網址。 |
| 列出應用程式目前的所有 APK 並進行編輯。 |
| 上傳 APK 並新增至目前編輯內容。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-26 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-07-26 (世界標準時間)。"],[[["The `Apk` resource provides information about an APK, including its version code and binary payload details."],["`ApkBinary` represents the binary payload of an APK with SHA1 and SHA256 hashes for integrity verification."],["Developers can manage APKs using methods to upload, list, or add externally hosted APKs."]]],["The provided content describes APK information and its binary payload. An APK's data includes its `versionCode` (an integer) and `binary`, which contains `sha1` and `sha256` hash strings for its payload. Key actions involve managing APKs through methods such as `addexternallyhosted` (creating an APK without direct upload), `list` (retrieving existing APKs), and `upload` (uploading an APK).\n"]]