ionic-team / ionic-team/capacitor-background-runner
Version 1.1.0 requires Permission ACCESS_BACKGROUND_LOCATION
- Dominant language
- C
- Stars
- 56
- Forks
- 36
- Avg merge
- 4d 12h
- Merged PRs (30d)
- 7
Description
If we try to publish an internal release in the google play console, we get two errors, smth like that:
_Error
Your declaration of permissions for location determination in the background needs to be updated._
_Error
This release contains permissions that have not yet been explained in the Play Console. You can update the permissions declarations via the sensitive app permissions. Further information_
I guess this comes from the Manifest in the background-runner sources itself.
In our own Manifest, we do not add ACCESS_BACKGROUND_LOCATION:
We are not in the need of accessing the GPS-Location with the background runner.
Is there a way to take the permission out?
Contributor guide
Assessment
This issue has not been assessed yet.