HaylLtd / cordova-background-geolocation-plugin

Background and foreground geolocation plugin for Cordova.
Apache License 2.0
56 stars 64 forks source link

Do i need to ask for access_background_location permission separately on android 13 and above? #195

Closed haziqali-2019 closed 2 months ago

haziqali-2019 commented 2 months ago

Without adding in config.xml, this plugin does not seem to work on android.

Anyone has any info on it?

HarelM commented 2 months ago

This plugin does not need the access_background_location permission as it runs as a foreground service (which can run as a non-top-most app). Adding this permission requires a special treatment from google which is not needed for most cases of the usage of this plugin. If you absolutely have to add it, please add it to your config separately.