Compartir a través de


TelephonyManager.DefaultPortIndex Field

Definition

Default port index for a UICC.

[Android.Runtime.Register("DEFAULT_PORT_INDEX", ApiSince=33)]
public const int DefaultPortIndex = 0;
[<Android.Runtime.Register("DEFAULT_PORT_INDEX", ApiSince=33)>]
val mutable DefaultPortIndex : int

Field Value

Value = 0
Attributes

Remarks

Default port index for a UICC.

On physical SIM cards the only available port is 0. See android.telephony.UiccPortInfo for more information on ports.

See android.telephony.euicc.EuiccManager#isSimPortAvailable(int) for information on how portIndex is used on eUICCs.

Java documentation for android.telephony.TelephonyManager.DEFAULT_PORT_INDEX.

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