I've implemented Background Location Tracking using IntentService. I'm able to receive Location points in Foreground Mode. But when a device is locked or after some time app killed, I'm not able to receive location points. How can I handle Doze & AppStandby while tracking the location of a device in the background?
I don't want to run foreground service all the time. Any solution for Background Continuous Location Tracking with handling Doze and AppStandby?
If you are using fusedLocationClient API as given in this link then i request you to change your dependencies use Google play services as they provide more feasible and accurate location than fusedLocation API's by android. you can refer the documentation Here and also they provide a solution for your problem using background location tracking