flutter-plugins
flutter-plugins copied to clipboard
[Health 3.2.1+] Ignore manual entries
I have an application that gets the step counts of users. In this application, I plan to give rewards according to the number of steps. I want to distinguish manually entered step counts for both platforms, Android and iOS.
Is it possible?
I've found something native for iOS:
https://stackoverflow.com/a/31254817/10659482
But there is no clue for Android:
https://stackoverflow.com/questions/32119448/google-fit-api-filter-manually-added-activities/38897247#38897247
Thanks,