是的,您可以按国家代码显示用户的国家。
因为我们有能力CountryCode
通过Android Telephony Manager Api
所以。
1)您必须使用键值对概念,Key asCountryCode
和 Value as Country。
像下面的代码:
TelephonyManager manager = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);
manager.getNetworkCountryIso();