HaylLtd / cordova-background-geolocation-plugin

Background and foreground geolocation plugin for Cordova.
Apache License 2.0
57 stars 66 forks source link

fix: handle boot events in Android #112

Closed andreandersson closed 2 years ago

andreandersson commented 2 years ago

The LocationServiceImpl is restarted when the device is restarted.

Solves #111

HarelM commented 2 years ago

Thanks for taking the time to prepare this PR! I'll look into it in the next few days...

HarelM commented 2 years ago

I have no clue how to know if this does the right thing in the right time. Have you tested this when boot is off and it is working as expected as well?

andreandersson commented 2 years ago

Yes, if startOnBoot: false the service won't start. It's checked in BootCompletedReceiver, and is one of two scenarios I tested :)