[android-developers] Re: receive GPS enable/disable settings event

2011-03-19 Thread lbendlin
Be aware that this process is severely broken and the GPS status that is reported back has little relation to reality. There are a few posts on the interwebs how to work around this, but none are covering 100% of the scenarios (like, you are standing still with a good fix) Would be interesting to

[android-developers] Re: receive GPS enable/disable settings event

2011-03-19 Thread andrefy
what about use the LocationListener with a long time period, so it will not have a relative important impact at you app, the GPS status change always will let you know when it happens, even if it is between the update time period -- You received this message because you are subscribed to the

[android-developers] Re: receive GPS enable/disable settings event

2011-03-18 Thread ip332
locationManager.addGpsStatusListener(statusListener); On Mar 18, 10:07 am, andrefy andr...@gmail.com wrote: what about use the LocationListener with a long time period, so it will not have a relative important impact at  you app, the GPS status change always will let you know when it