[Solved] get the iso country code [duplicate]


You can use the TelephonyManager: http://developer.android.com/reference/android/telephony/TelephonyManager.html#getNetworkCountryIso%28%29

This will get you the country of the network you’re attached to.

solved get the iso country code [duplicate]