Skip to main content

Posts

Showing posts with the label locationlistener

Android: Prevent GPS from stopping

I have an issue with the GPS on Android. I am using the onStatusChanged(int status) with the GPSListener to read the status of the GPS. However, I notice that after some point, the GPS stops since the status returns: GpsStatus.GPS_EVENT_STOPPED How can I prevent the GPS from stopping at all? (Eventually I will stop it manually, but having it on when needed is very crucial)