通过Android通过指定的SIM卡拨打电话

问题描述:

我想知道是否有可能通过双SIM卡android设备上的选定SIM卡从android拨打电话。

I am wondering about the possibility of making a phone call from android through a selected SIM on a dual SIM android devices. Is it possible to select a particular SIM to call through programmatically?

Android SDK不提供API来控制SIM卡在双SIM卡手机上使用。实际上,Android甚至没有真正支持双SIM卡手机。制造商对所有双SIM卡设备进行了广泛的修改。

The Android SDK doesn't provide an APIs to control the SIM being used on dual SIM mobiles. In fact, Android doesn't even really support dual SIM phones. All dual SIM devices are modified extensively by the manufacturers.

您无法通过Android SDK控制SIM卡。如果任何OEM为他们的设备提供了这样的API,我不知道,但是您可以尝试直接询问双SIM卡设备的制造商设备上是否存在这样的API。

You cannot control the SIM through the Android SDK. If any OEM provides such an API for their devices, I am not aware of it, but you can try asking the manufacturer of your dual SIM device directly is such an API exists on their device.