How to keep GPS / location service on android always on?
问题 How to keep GPS / location service on android always on? If there is code to implement this or any available app on playstore ? I need to track my employees when they are in delivery routes. 回答1: I did something like that before. here is the location service : public class LocationService extends Service { public static final String BROADCAST_ACTION = "Hello World"; private static final int TWO_MINUTES = 1000 * 60 * 2; public LocationManager locationManager; public MyLocationListener listener