Język

SubscriptionType Enum

Definition

public enum SubscriptionType
type SubscriptionType = 
Inheritance
SubscriptionType

Fields

Name Value Description
LocalSim 0

This constant is to designate a subscription as a Local-SIM Subscription. A Local-SIM can be a physical SIM inserted into a sim-slot in the device, or eSIM on the device.

Android reference for android.telephony.SubscriptionManager.SUBSCRIPTION_TYPE_LOCAL_SIM.

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.

RemoteSim 1

This constant is to designate a subscription as a Remote-SIM Subscription. A Remote-SIM subscription is for a SIM on a phone connected to this device via some connectivity mechanism, for example bluetooth. Similar to Local SIM, this subscription can be used for SMS, Voice and data by proxying data through the connected device. Certain data of the SIM, such as IMEI, are not accessible for Remote SIMs.

Android reference for android.telephony.SubscriptionManager.SUBSCRIPTION_TYPE_REMOTE_SIM.

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