How can I get the country code for CDMA Android devices?

后端 未结 3 985
谎友^
谎友^ 2020-12-06 22:44

How can I retrieve the country code information for Android devices under CDMA networks?

For all others, you can just use the TelephonyManager for that:



        
3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-06 23:32

    It works for CDMA, but not always - it depends on the network carrier.

    Here's an alternative idea, which suggests looking at the outgoing SMS or calls to figure out this device's phone number, from which you can then figure out the CountryIso based on the international dialing code...

提交回复
热议问题