I'm trying to use a Phone's Location Services to acquire it's current Country. I've searched over the internet and many cases taught how to get the Long. and Lat. of a phone, but not the country.
To be clear, I'm not trying to get the Phone's Country using:
String locale = this.getResources().getConfiguration().locale.getDisplayCountry();
- I'm not looking for an exact address (City, Street etc.), just the Country.
- I don't need the SIM Card's country (Ex: French user travels to Spain will return France and not Spain)
I've used LocationManager but have no idea how to get Location information from it.