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?