3

当我使用以下代码时,它总是将国家代码显示为美国。

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

TelephonyManager telephonyManager = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);
telephonyManager.getSimCountryIso();

如何在模拟器中手动将设置国家代码设置为 IN(印度)。

4

2 回答 2

0

这与在真实设备上的完成方式相同。打开seetings应用程序,进入“语言和输入法”->“语言”并选择“英语(印度)”

于 2013-01-15T11:44:47.817 回答
-3

运行>调试配置/运行配置

Tab Target> Additional Emulator Command Line Options

-时区亚洲/印度

于 2013-01-15T11:49:08.027 回答