Język

MultiSimMode Enum

Definition

public enum MultiSimMode
type MultiSimMode = 
Inheritance
MultiSimMode

Fields

Name Value Description
Allowed 0

The usage of multiple SIM cards at the same time to register on the network (e.g. Dual Standby or Dual Active) is supported.

Android reference for android.telephony.TelephonyManager.MULTISIM_ALLOWED.

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.

NotSupportedByHardware 1

The usage of multiple SIM cards at the same time to register on the network (e.g. Dual Standby or Dual Active) is not supported by the hardware.

Android reference for android.telephony.TelephonyManager.MULTISIM_NOT_SUPPORTED_BY_HARDWARE.

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.

NotSupportedByCarrier 2

The usage of multiple SIM cards at the same time to register on the network (e.g. Dual Standby or Dual Active) is supported by the hardware, but restricted by the carrier.

Android reference for android.telephony.TelephonyManager.MULTISIM_NOT_SUPPORTED_BY_CARRIER.

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