I'm collecting pedometer data from native app by referring to the link below.
(docs.tizen.org/application/native/guides/location-sensors/device-sensors/#pedometer)
I tried running 'sensor_listener_stop' and 'sensor_destroy_listener', but the data was not reset.
The document above says so. 'All the values are reset to zero when the system reboots.'
Is there a way to reset the pedometer data by code other than reboot?
Thanks.