I’m playing around with the SimpleHealth application and was wondering what data is accessible.
I’ve got the default app up and running with no issues and can see my step count. Now I was trying to add hearth rate data. I’ve added the permissionKey (HealthConstants.HeartRate.HEALTH_DATA_TYPE) to the healthPermissionManager and updated the manifest file with the correct permission (com.samsung.health.heart_rate).
However upon restarting the app I still can only see the Step Count permission. Are permissions bound to the Client ID/Access code or am I looking in the wrong direction?