Im using fused location provider in my background service, to get the result i tried using onLocationChanged and also tried using pending intent's broadcast receiver. When im using "PRIORITY_BALANCE_ACCURACY" everything is okay, and location is updating as expected, but when im using "PRIORITY_HIGH_ACCURACY" location just stop updating.... i even tried alarmreceiver but the result is still the same, everytime im using "PRIORITY_HIGH_ACCURACY" location wont updating when in sleep mode... but when i tu the screen on i get location updates...
I really need precise location... even when the screen is off any help would be appreciated....
