'Is it possible to display watch sensor data on phone without installing app on watch

Display watch sensor data on phone without installing an app on watch?

How create an app that displays all the sensor data from watch?



Solution 1:[1]

No it is not possible at the moment. The data collected such as heart rate is only available on the watch, so you must run an app there, collect and send to your mobile app.

See the samples for how to write an app for Wear OS. https://github.com/android/health-samples/tree/main/health-services

And documentation https://developer.android.com/training/wearables/health-services

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1