Using the Google Fit History Api I would like to differentiate between user entered steps and device steps (recorded by the device sensors).
I have seen and tested many posted solutions but none that remain valid in the latest api.
Is this possible?
FitnessOptions.builder()
.addDataType(DataType.TYPE_STEP_COUNT_DELTA, FitnessOptions.ACCESS_WRITE)
.addDataType(DataType.AGGREGATE_STEP_COUNT_DELTA, FitnessOptions.ACCESS_WRITE)
.build();
Thanks, Paul