How can I get the country (or its ISO code)?

后端 未结 9 1414
忘了有多久
忘了有多久 2020-12-04 17:32

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

9条回答
  •  失恋的感觉
    2020-12-04 18:19

    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.

提交回复
热议问题