2025년 3월 27일부터 AOSP를 빌드하고 기여하려면 aosp-main
대신 android-latest-release
를 사용하는 것이 좋습니다. 자세한 내용은 AOSP 변경사항을 참고하세요.
Android Health
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
Android Health 모듈은 Android에서 건강 데이터를 관리하고 액세스하므로 개발자는 사용자에게 가치를 제공하는 데 집중할 수 있습니다.
동기
- 사용자는 모든 건강 및 웰빙 정보를 한곳에서 보고 싶어 합니다.
- 개발자는 생태계의 심각한 단편화로 인해 Android의 건강 플랫폼과 통합하기가 어렵습니다.
모듈 경계
이 모듈은 Android 14 및 이후 버전에서 사용할 수 있습니다. packages/modules/HealthFitness
아래의 모든 파일과 디렉터리는 Android Health 모듈 범위에 속합니다.
Android Health 모듈(packages.modules.HealthFitness
)은 APEX 형식의 APK이며 Android 14 및 이후 버전에 사용할 수 있습니다.
종속 항목
Android Health를 맞춤설정하는 경우 구현이 맞춤설정과 관련된 종속 항목을 충족해야 합니다.
자체 건강 데이터 관리 설정 화면을 개발하는 경우 각 주요 Android 플랫폼 출시에서 이러한 요구사항을 업데이트하고 수정해야 합니다.
맞춤설정
리소스 오버레이를 사용하여 테마와 리소스를 재정의할 수 있습니다.
Android Health 모듈이 노출하는 API를 사용하여 자체 데이터 관리 UI를 제공할 수 있습니다.
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2025-07-27(UTC)
[[["이해하기 쉬움","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(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."]]