Starting March 27, 2025, we recommend using android-latest-release
instead of aosp-main
to build and contribute to AOSP. For more information, see Changes to AOSP.
Android Health
Stay organized with collections
Save and categorize content based on your preferences.
The Android Health module manages and accesses health
data in Android, so developers can focus on providing value to users.
Motivation
- Users want to see all of their health and wellness information in one
place.
- Developers find it difficult to integrate with health platforms on Android
due to significant ecosystem fragmentation.
Module boundary
This module is available in Android 14 and higher. All
the files and directories under packages/modules/HealthFitness
are in the
Android Health module scope.
The Android Health module (packages.modules.HealthFitness
) is an APK
in APEX format
and available for Android 14 and higher.
Dependencies
If you customize Android Health, you must ensure your implementation
meets the dependency associated with your customization.
If you develop your own health data management settings screens, expect these
requirements to be updated and amended for each major Android platform release.
Customize
You can override themes and resources using resource overlays.
You can provide your own data management UI using the APIs exposed by the
Android Health module.
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 2025-08-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-29 UTC."],[],[],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."]]