get Granted Permissions
Returns the set of Health Connect permission strings that have been granted to this app.
Useful for debugging which specific permissions the user has accepted.
val granted = AFHealthTracking.getGrantedPermissions()
granted.forEach { Log.d("HC", "Granted: $it") }Content copied to clipboard