How can I get cumulative data for heart rate & steps from Tizen watchface?
tizen.humanactivitymonitor.getHumanActivityData('PEDOMETER')
& tizen.humanactivitymonitor.getHumanActivityData('HRM')
will return data that is gathered only by watchface itself. But I want to get data that is gathered automatically and displayed in S Health and in other watchfaces.
C#, native or web approach are okay. I know, GalaxyWatchStudio have access to this data, but is too limited for me.