You can use cell- or WiFi-based coarse location. You still have to go through the same process with a LocationManager and Geocoder as you do for GPS, but you can probably usually get away with getLastKnownLocation() instead of requestLocationUpdates()...unless the user just got off of an international flight (and the radios have been and may still be turned off). Instead of using a Criteria with ACCURACY_FINE, use ACCURACY_COARSE and in AndroidManifest.xml, instead of uses-permission ACCESS_FINE_LOCATION, use ACCESS_COARSE_LOCATION.
On Sun, Nov 2, 2008 at 8:05 AM, atrus123 <[EMAIL PROTECTED]> wrote: > > Is there a class that provides quick method for capturing the user's > country without needing to query the GPS? > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

