Re: [android-developers] Issue Determining the Location

2011-02-18 Thread Mark Murphy
getLastKnownLocation() may not have values, if nothing is causing the device to go find locations. You should consider using requestLocationUpdates() to get the device to figure out where you are. On Fri, Feb 18, 2011 at 9:51 AM, Jake Colman wrote: > > My app needs to determine the current locati

[android-developers] Issue Determining the Location

2011-02-18 Thread Jake Colman
My app needs to determine the current location. I'd like the best location that is available but can live with a coarse location. I configured the app to request ACCESS_COARSE_LOCATION permission. Everything seems to work fine for me on my HTC EVO but a Droid 2 user says that the app cannot dete