Hi

Im listening for current location by

locationManager.requestLocationUpdates(
                LocationManager.NETWORK_PROVIDER, 5000, 1000.0f,
locationListener);

I have couple of questions


- Will it work though I close my application ?
- Anyway for me to

locationManager.removeUpdates ()

when user close the application? Basically I want to handle
application close event.

-- 
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

Reply via email to