In my android app I need to get current GPS location of the user at the start of the application only if location has change from the previous location. But the problem is w
mLocManager.removeUpdates(locationListenerObject); mLocManager = null;
Call this inside your onLocationChange Method when lat and long has been captured by the listener.
onLocationChange
Hope I helped..