I need to update the location through GPS/Network in the background even when the phone is in sleep.
I implement android service to archive that goal. But the problem is when I put device in sleep, i notify that the GPS ICON in notification bar gone away as location update not working anymore.
How can I keep GPS/Network location update in such circumstance?
P/S: I use FusedLocationAPI and foreground service. Thanks in advance.
Please note that GPS-ICON image only mention icon in notification bar, I still keep GPS provider turn on.