fit-samples icon indicating copy to clipboard operation
fit-samples copied to clipboard

is there any way to get the actual create time for a session?

Open codingjeremy opened this issue 6 years ago • 0 comments

Issue by zjx Wednesday Jan 16, 2019 at 02:15 GMT Originally opened as https://github.com/googlesamples/android-fit/issues/46


looks like the fit system will use the end time as the "timestamp" field which may not be the actual create time of a session. For example,

a running session may happened from 13:00 to 14:00 on a third party app but the actual sync to google fit happens on 18:00 triggered by user manually.

my app just want to retrieve the New Sessions since the last read but if can not get the actual create time in the google fit then there is no way to do this?

any suggestions? Thx.

codingjeremy avatar Sep 10 '19 20:09 codingjeremy