Re: [android-developers] GPSProvdier is enabled or not

2010-11-25 Thread TreKing
On Wed, Nov 24, 2010 at 12:21 AM, cool.manish wrote: > My query is if > manager.isProviderEnabled( LocationManager.GPS_PROVIDER ) gives me > false then will "requestLocationUpdates" not work. or even if GPS is > not enabled on my cell "requestLocationUpdates" will automatically > enable the GPS. >

[android-developers] GPSProvdier is enabled or not

2010-11-23 Thread cool.manish
Hi All, I am trying to fetch current location in my application. I want to try it firstly with GPS if it is not working then with Network provider. My query is if manager.isProviderEnabled( LocationManager.GPS_PROVIDER ) gives me false then will "requestLocationUpdates" not work. or even if GPS i