CarrierConfigManager.KeySimCountryIsoOverrideString Field

Definition

String to override sim country iso.

[Android.Runtime.Register("KEY_SIM_COUNTRY_ISO_OVERRIDE_STRING", ApiSince=34)]
public const string KeySimCountryIsoOverrideString;
[<Android.Runtime.Register("KEY_SIM_COUNTRY_ISO_OVERRIDE_STRING", ApiSince=34)>]
val mutable KeySimCountryIsoOverrideString : string

Field Value

Attributes

Remarks

String to override sim country iso. Sim country iso is based on sim MCC which is coarse and doesn't work with dual IMSI SIM where a SIM can have multiple MCC from different countries. Instead, each sim carrier should have a single country code, apply per carrier based iso code as an override. The overridden value can be read from TelephonyManager#getSimCountryIso() and SubscriptionInfo#getCountryIso()

Java documentation for android.telephony.CarrierConfigManager.KEY_SIM_COUNTRY_ISO_OVERRIDE_STRING.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to