When I enter a screen, I check for if GPS is turned on, if not, the dialog to enable GPS is shown. When user clicks Yes, onActivityResult -> GPS is turned on and I try to get th
Add this override method for me its worked fine--
@Override public void onLocationChanged(Location location) { getLocation("onLocationChanged"); }