metaflowltd / flutter_health_fit

A flutter plugin for using Apple HealthKit and Google Fit.
Other
88 stars 33 forks source link

LMN 1672 | heart rate android toggle #16

Closed avi-mastov closed 3 years ago

avi-mastov commented 3 years ago

Added useSensitive toggle for Android. If false, doesn't collect heart rate and doesn't ask for body sensor Android permission.

I also modified all the getAccountForExtension calls to use only the relevant scopes. They used to call getFitnessOptions which aggregated all scopes. We don't need heart rate permission to collect steps or weight.