background-geolocation-android icon indicating copy to clipboard operation
background-geolocation-android copied to clipboard

Fix ANDROID SDK 29 require ACCESS_BACKGROUND_LOCATION permission

Open ebhsgit opened this issue 4 years ago • 1 comments

To access location in the background in SDK 29, the app requires ACCESS_BACKGROUND_LOCATION permission

source


Not sure how to create a PR across submodules. This PR only includes the code change. The plugin.xml also requires the following change (to add the permission to AndroidManifest)

            <uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" />

ebhsgit avatar Oct 18 '20 04:10 ebhsgit

Fixes mauron85/cordova-plugin-background-geolocation#688

ebhsgit avatar Oct 18 '20 04:10 ebhsgit