自 2025 年 3 月 27 日起,我們建議您使用 android-latest-release
而非 aosp-main
建構及貢獻 AOSP。詳情請參閱「Android 開放原始碼計畫變更」。
Android Health
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
Android Health 模組可管理及存取 Android 中的健康資料,讓開發人員專注於為使用者提供價值。
動機
- 使用者希望能一處查看所有健康與保健資訊。
- 由於生態系統分散,開發人員難以在 Android 上整合健康平台。
模組邊界
這個模組適用於 Android 14 以上版本。packages/modules/HealthFitness
底下的所有檔案和目錄都位於 Android Health 模組範圍內。
Android 健康設定單元 (packages.modules.HealthFitness
) 是採用 APEX 格式的 APK,適用於 Android 14 以上版本。
依附元件
如果您自訂 Android Health,請務必確保實作符合與自訂項目相關的依附元件。
如果您自行開發健康資料管理設定畫面,請注意,這些規定會隨著每個主要 Android 平台版本更新和修訂。
自訂
您可以使用資源重疊功能覆寫主題和資源。
您可以使用 Android 健康模組公開的 API,提供自己的資料管理 UI。
這個頁面中的內容和程式碼範例均受《內容授權》中的授權所規範。Java 與 OpenJDK 是 Oracle 和/或其關係企業的商標或註冊商標。
上次更新時間:2025-07-27 (世界標準時間)。
[[["容易理解","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-27 (世界標準時間)。"],[],[],null,["# Android Health\n\nThe Android Health module manages and accesses health\ndata in Android, so developers can focus on providing value to users.\n\nMotivation\n----------\n\n- Users want to see all of their health and wellness information in one place.\n- Developers find it difficult to integrate with health platforms on Android due to significant ecosystem fragmentation.\n\nModule boundary\n---------------\n\nThis module is available in Android 14 and higher. All\nthe files and directories under `packages/modules/HealthFitness` are in the\nAndroid Health module scope.\n\nPackage format\n--------------\n\nThe Android Health module (`packages.modules.HealthFitness`) is an APK\nin [APEX](/docs/core/ota/apex) format\nand available for Android 14 and higher.\n\nDependencies\n------------\n\nIf you customize Android Health, you must ensure your implementation\nmeets the dependency associated with your customization.\n\nIf you develop your own health data management settings screens, expect these\nrequirements to be updated and amended for each major Android platform release.\n\nCustomize\n---------\n\nYou can override themes and resources using resource overlays.\n\nYou can provide your own data management UI using the APIs exposed by the\nAndroid Health module."]]