TelephonyManager.NetworkOperator Property

Definition

Returns the numeric name (MCC+MNC) of current registered operator.

public virtual string? NetworkOperator { [Android.Runtime.Register("getNetworkOperator", "()Ljava/lang/String;", "GetGetNetworkOperatorHandler")] get; }
[<get: Android.Runtime.Register("getNetworkOperator", "()Ljava/lang/String;", "GetGetNetworkOperatorHandler")>]
member this.NetworkOperator : string

Property Value

Attributes

Remarks

Returns the numeric name (MCC+MNC) of current registered operator.

Availability: Only when user is registered to a network. Result may be unreliable on CDMA networks (use #getPhoneType() to determine if on a CDMA network).

Java documentation for android.telephony.TelephonyManager.getNetworkOperator().

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