Hello, Samsung Health Team:
We want to build an app on the Galaxy Watch, but before we do that we would like to ask you some questions about how to access your health data.
After our app integrates the Privileged Health SDK, we need to obtain the following types of health data::
1、Accelerometer
2、Stepcount
3、Asleep
4、Fall down Detection
After browsing the relevant information about the Privileged Health SDK on the Samsung developer website, we seem to have found no relevant descriptions of Stepcount and Asleep.
So we want to confirm whether the Privileged Health SDK can provide these two health data.
I have currently run the demo sample project you provided, called “EventsMonitor”,
implementation ‘androidx.health:health-services-client:1.0.0-beta01’.
But from your reply, I can see that you are talking about the alpha version, and we are sure that we need some features of this version.
implementation ‘androidx.health:health-services-client:1.0.0-alpha03’
Regarding the alpha03 version of the health service, I currently have the following two questions:
Is there a demo sample project for this version?
I am using the Samsung Galaxy Watch 6 LTE version. Does this watch support the alpha03 version?
Hello,
Fall detection/step count for alpha 03 also should work, though I did not try yet.
Right now only this example officially available.
Try with alpha 03, and if you face any issues, let me know with sample app and dumpstate log. We will check.