[nativescript/geolocation] Android bundle upload checks ACCESS_BACKGROUND_LOCATION #164
Closed
Description
I recently integrated this plugin into my app to check the current user location on user behalf (user actively presses a button for fetching the location). No geolocation.watchLocation(...)
has been added, I just use geolocation.getCurrentLocation(...)
. When building my app and uploading the aab to the PlayStore it told me that the app permission changes for ACCESS_BACKGROUND_LOCATION.
I haven't added this permission in AndroidManifest.xml nor do I plan to use this feature. I just use ACCESS_COARSE_LOCATION and ACCESS_FINE_LOCATION for fetching current user location.
Could you please give me a tipp on how I can get rid of this message when uploading the bundle?
Metadata
Assignees
Labels
No labels