次のコードを使用すると、常に国コードがUSとして表示されます。
context = MainActivity.this;
String locale = context.getResources().getConfiguration().locale.getCountry();
TelephonyManager telephonyManager = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);
telephonyManager.getSimCountryIso();
エミュレータで国コードの設定を手動でIN(インド)に設定するにはどうすればよいですか。