On Sun, Feb 13, 2011 at 8:25 PM, savio <[email protected]> wrote: > I am developing application with GPS, but I come into this problem: > when I try to turn off GPS using > LocationManager.removeUpdates(locationListener) and > locationManager.removeProximityAlert(PendingIntent) > > I found the GPS icon stuck on the status bar, with three wave lines > frozen. > > Is GPS still in use? If GPS is still in use, how can I completely turn > if off?
If this is the emulator, do not worry -- the emulator never removes the icon. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

