fit-samples
fit-samples copied to clipboard
is there any way to get the actual create time for a session?
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.