Acknowledged

BUG: Simulator records distance for workouts when it shouldn't

In the Sim select Sport == Fitness Equipment and SubSport (Strength, Yoga, Cardio).

Start the activity via the Simulation->Activity Data dialog and record several minutes and save it.

Use UserProfile.getUserActivityHistory() to iterate of the recorded activity.

Notice that the Iterator.distance != 0

I'd expect it to be zeros for such activity.  And in fact, in most cases (cardio and strength for example) the distance is correctly 0 on a real device.