Share via


PackageManager.FeatureTelephonyEuiccMep Field

Definition

Feature for #getSystemAvailableFeatures and #hasSystemFeature: The device supports multiple enabled profiles on eUICCs.

[Android.Runtime.Register("FEATURE_TELEPHONY_EUICC_MEP", ApiSince=33)]
public const string FeatureTelephonyEuiccMep;
[<Android.Runtime.Register("FEATURE_TELEPHONY_EUICC_MEP", ApiSince=33)>]
val mutable FeatureTelephonyEuiccMep : string

Field Value

Attributes

Remarks

Feature for #getSystemAvailableFeatures and #hasSystemFeature: The device supports multiple enabled profiles on eUICCs.

Devices declaring this feature must have an implementation of the UiccCardInfo#getPorts, UiccCardInfo#isMultipleEnabledProfilesSupported and android.telephony.euicc.EuiccManager#switchToSubscription (with portIndex).

This feature should only be defined if #FEATURE_TELEPHONY_EUICC have been defined.

Java documentation for android.content.pm.PackageManager.FEATURE_TELEPHONY_EUICC_MEP.

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