如何获取印度的 +91 和美国的 +1 等国家/地区代码。
这是我的代码,
TelephonyManager manager = (TelephonyManager) this.getSystemService(Context.TELEPHONY_SERVICE);
String CountryID= manager.getSimCountryIso().toUpperCase();
上面的代码显示IN。请帮帮我。
答案 0 :(得分:0)
我希望这会有所帮助。
String locale = context.getResources().getConfiguration().locale.getCountry();
答案 1 :(得分:0)