Stedenko
Stedenko
I had to change several 'imports' in many classes in Android Studio to the current version (e.g.: androidx). Change: `import android.support.v4.util.TimeUtils;` To: `import androidx.core.util.TimeUtils;` Also 'annotation' and 'localbroadcastmanager' imports were...
There is also this BackgroundGeoLocation-Project available: [https://github.com/transistorsoft/capacitor-background-geolocation](https://github.com/transistorsoft/capacitor-background-geolocation) Its free to use in Android debug mode. Once you turn to release-mode you have to pay.