What is the best way to get the country code?
As of now, I know two ways. One is to get by TelephonyManager and another by Locale. Which is another best and unique wa
There is an excellent article by Reto Meier: http://android-developers.blogspot.com/2011/06/deep-dive-into-location.html
It describes different techniques to get the location of an Android device, including source code.
Next, when you have the location, it's easy to get the country for it - you can use an online web-service or offline database.