feat: Add support for background access permission (READ_HEALTH_DATA_IN_BACKGROUND)#212
Merged
matinzd merged 4 commits intomatinzd:mainfrom Jun 12, 2025
Merged
feat: Add support for background access permission (READ_HEALTH_DATA_IN_BACKGROUND)#212matinzd merged 4 commits intomatinzd:mainfrom
matinzd merged 4 commits intomatinzd:mainfrom
Conversation
|
Any update on this being merged, would love this feature for our project! |
|
Any updates on when this PR can be merged? @matinzd able to take a look when you are free? Thanks, appreciate it! |
This was
linked to
issues
Jun 9, 2025
Closed
Contributor
Author
|
hi @matinzd, i fixed the conflicts. can you take a look ? |
matinzd
approved these changes
Jun 12, 2025
|
Hi, when can we expect a new release with this PR included? Thanks |
Owner
|
I need to do some testing before the actual release. You can try to fork and serve it in your own registry for now. |
Okay, thanks for your quick response. I'll give it a try. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds support for the Health Connect background access permission, allowing apps to read health data while running in the background.
Main changes:
PERMISSION_READ_HEALTH_DATA_IN_BACKGROUNDpermissionPermissionUtilsto process background access permission requestsgetGrantedPermissions()resultsAdditional improvements:
mapPermissionResult()Usage example:
Request permissions:
Example response from the example app:
Granted permissions:
{ "permissions": [ {"accessType": "read", "recordType": "CyclingPedalingCadence"}, {"accessType": "write", "recordType": "CyclingPedalingCadence"}, {"accessType": "read", "recordType": "ExerciseSession"}, {"accessType": "write", "recordType": "ExerciseSession"}, {"accessType": "read", "recordType": "StepsCadence"}, {"accessType": "write", "recordType": "StepsCadence"}, {"accessType": "read", "recordType": "Steps"}, {"accessType": "write", "recordType": "Steps"}, {"accessType": "write", "recordType": "ExerciseRoute"}, {"accessType": "read", "recordType": "BackgroundAccessPermission"} ] }Check granted permissions: