gpt4 book ai didi

Android 区域设置 getcountry 错误

转载 作者:搜寻专家 更新时间:2023-11-01 07:37:40 25 4
gpt4 key购买 nike

我想得到我所在的国家,我试过了

String locale = context.getResources().getConfiguration().locale.getCountry();

但我总是回到美国,尽管我在欧洲。

我也试过

TelephonyManager tm = (TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE); 
String countryCode = tm.getSimCountryIso();

但没有运气。我总是回到美国。感谢您的帮助。

最佳答案

第一个获取国家根据手机设置(这可以由用户更改),而第二个获取SIM卡的国家(用户不能更改)

因此,您可以选择最适合您的需求。

关于Android 区域设置 getcountry 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8505012/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com