Skip to content

Commit

Permalink
Add docs for health connect support on lower android versions (#1135)
Browse files Browse the repository at this point in the history
* Add docs for health connect support on lower android versions

* Update docs/core/sensors.md

Co-authored-by: Joris Pelgröm <[email protected]>

---------

Co-authored-by: Joris Pelgröm <[email protected]>
  • Loading branch information
dshokouhi and jpelgrom authored Nov 19, 2024
1 parent b9f1b7a commit 43ab87d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/core/sensors.md
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,12 @@ Geocoding is handled directly by iOS's [MapKit](https://developer.apple.com/docu
![iOS](/assets/iOS.svg) and ![macOS](/assets/macOS.svg) users will have a sensor setting for whether to use the name of an active Zone if present instead of the geocoded state, defaulting to not using it.

## Health Connect Sensors
![Android](/assets/android.svg) <span class='beta'>BETA</span> &bull; 14+, only when installed from the Play Store<br />
![Android](/assets/android.svg) <span class='beta'>BETA</span> &bull; 9+, only when installed from the Play Store

:::info
On Android 13 or older, you need to install and set up the [Health Connect app](https://play.google.com/store/apps/details?id=com.google.android.apps.healthdata) to use these sensors.
:::

These sensors will reflect health and fitness data stored by other apps on your device in [Health Connect](https://health.google/health-connect-android/). Unless otherwise noted, only the last 30 days of data is used.

| Sensor | Unit | Description |
Expand Down

0 comments on commit 43ab87d

Please sign in to comment.