How to get country code(calling code) in android?

前端 未结 3 767
情话喂你
情话喂你 2021-01-04 19:06

How can I get Country code of my sim in android code. I have used

TelephonyManager tm = (TelephonyManager)getSystemService(getApplicationContext().TELEPHONY         


        
3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-04 19:44

    The Best Way to the Get Country Code is by using this lib.

    Get Complete Documentation from Github

    This Library can detect country code automatically by just Adding this Attribute app:ccp_autoDetectCountry="true"

    Code Example :

    
    

    read Complete Implementation Details from github https://github.com/hbb20/CountryCodePickerProject

提交回复
热议问题