[android-developers] Re: GPS turned on automatically on some devices?

2011-01-17 Thread Spiral123
I seem to remember having a similar problem. Does your Map app display the Users current location at any point? If yes, try calling MyLocationOverlay.enableMyLocation() to start updates in your MapView's onResume() and MyLocationOverlay.disableMyLocation() to stop in the onPause() and see if

[android-developers] Re: GPS turned on automatically on some devices?

2011-01-17 Thread Stephan Wiesner
Thanks for the tipp. I did indeed enableMyLocation and will try your advice. Stephan On 17 Jan., 14:38, Spiral123 cumis...@gmail.com wrote: I seem to remember having a similar problem.  Does your Map app display the Users current location at any point? If yes, try calling