Share via


TelephonyManager.UnknownCarrierId Field

Definition

An unknown carrier id.

[Android.Runtime.Register("UNKNOWN_CARRIER_ID", ApiSince=28)]
public const int UnknownCarrierId = -1;
[<Android.Runtime.Register("UNKNOWN_CARRIER_ID", ApiSince=28)>]
val mutable UnknownCarrierId : int

Field Value

Value = -1
Attributes

Remarks

An unknown carrier id. It could either be subscription unavailable or the subscription carrier cannot be recognized. Unrecognized carriers here means #getSimOperator() MCC+MNC cannot be identified.

Java documentation for android.telephony.TelephonyManager.UNKNOWN_CARRIER_ID.

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