TelephonyManager.ExtraActiveSimSupportedCount Field

Definition

The number of active SIM supported by current multi-SIM config.

[Android.Runtime.Register("EXTRA_ACTIVE_SIM_SUPPORTED_COUNT", ApiSince=30)]
public const string ExtraActiveSimSupportedCount;
[<Android.Runtime.Register("EXTRA_ACTIVE_SIM_SUPPORTED_COUNT", ApiSince=30)>]
val mutable ExtraActiveSimSupportedCount : string

Field Value

Attributes

Remarks

The number of active SIM supported by current multi-SIM config. It's not related to how many SIM/subscriptions are currently active.

Same value will be returned by #getActiveModemCount().

For single SIM mode, it's 1. For DSDS or DSDA mode, it's 2. For triple-SIM mode, it's 3.

Extra of #ACTION_MULTI_SIM_CONFIG_CHANGED.

type: integer

Java documentation for android.telephony.TelephonyManager.EXTRA_ACTIVE_SIM_SUPPORTED_COUNT.

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