動態分區是 Android 的用戶空間分區系統。使用此分區系統,您可以在無線 (OTA) 更新期間創建、調整分區大小或銷毀分區。有了動態分區,銷售商不再需要約如分區的單獨的大小擔心system
, vendor
和product
。取而代之的是,該設備分配一個super
分區,子分區可以在其內動態地定尺寸。單個分區映像不再需要為未來的 OTA 留出空白空間。相反,在剩餘的可用空間super
適用於所有的動態分區。
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2021-10-05 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"缺少我需要的資訊"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"過於複雜/步驟過多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"過時"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻譯問題"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/程式碼問題"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"容易理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"確實解決了我的問題"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]