Location service onProviderEnabled never called
问题 I have a service to update location in my app. When I start my app with GPS disable, go back to android menu and enable GPS, and finally go back to my app (the service has not been destroyed), onProviderEnabled is never called. Anybody could help? UPDATE: if I restarts the app the provider is enabled. Only onProviderEnabled is not called... In every activity in which I need location I do super.onCreate(savedInstanceState); //.... // Bind location service bindService(new Intent(this,