Android.Telephony.TelephonyManager.SimOperator Property
Returns the MCC+MNC (mobile country code + mobile network code) of the provider of the SIM. 5 or 6 decimal digits.

Syntax

[get: Android.Runtime.Register("getSimOperator", "()Ljava/lang/String;", "GetGetSimOperatorHandler")]
public virtual string SimOperator { get; }

See Also

TelephonyManager.SimState

Value

Documentation for this section has not yet been entered.

Remarks

Returns the MCC+MNC (mobile country code + mobile network code) of the provider of the SIM. 5 or 6 decimal digits.

Availability: SIM state must be TelephonyManager.SIM_STATE_READY

[Android Documentation]

Requirements

Namespace: Android.Telephony
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1