I am developing the Location Tracking application. But i am stopping getting the location update by doing 2 things...
- locationManager.removeUpdates(this); and
- setting locationManager reference to null.
This will stop getting location co-ordinates as i want...
But the problem is the gps icon is still blinking.. which will draining the device's battery.
So please help me in stopping this GPS fixes...