Anyone have any ideas why my GPS icon stays up even after i close my app?
How do I get the app to recognize when the back button was pressed to exit the program?
that way i can use
locationManager.removeUpdates(this);
locationManager = null;
finish();


