I have an Android app which uses Background Service which works in foreground mode and is sticky. This service continuously polls for GPS location every 15 minutes.
After around 1 hour of time (this is random), the service stops giving the location. We are using Fused Location Provider to fetch the location.
Is there any way to set Location OS Process on high priority?