How to differentiate between manual added steps and sensor recorded steps in Google Fit Api
问题 I am using Google Fit Api in my project to get user's daily steps. But the problem is, user can enter the steps manually by adding the activities. And when i retrieve the daily steps, Google Fit Api also returns the steps which were added manually. Is there any way to differentiate between manually added steps and sensor recorded steps. 回答1: Basically, the example given in the Google Fit documentation states that you can get the base daily steps total of your device by using this method. Your