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.
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 callgetFitnessOptions
which aggregated all scopes. We don't need heart rate permission to collect steps or weight.