Working with simulator only by now and it seems like simulated data doesn't reset from session to session.
I create session via ActivityRecording.createSession(...) then stop() and save() it after some time. When I create a new one, I'm receiving data from previous session as well via Activity.getActivityInfo(), e.g. elapsedDistance or elapsedTime. Is it supposed to be this way or just a limitation of simulator?
Thanks!