PackageManager.FeatureTelephonyEuicc Field

Definition

Feature for #getSystemAvailableFeatures and #hasSystemFeature: The device supports embedded subscriptions on eUICCs.

[Android.Runtime.Register("FEATURE_TELEPHONY_EUICC", ApiSince=28)]
public const string FeatureTelephonyEuicc;
[<Android.Runtime.Register("FEATURE_TELEPHONY_EUICC", ApiSince=28)>]
val mutable FeatureTelephonyEuicc : string

Field Value

Attributes

Remarks

Feature for #getSystemAvailableFeatures and #hasSystemFeature: The device supports embedded subscriptions on eUICCs.

This feature should only be defined if #FEATURE_TELEPHONY_SUBSCRIPTION has been defined.

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

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