Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Call through specified SIM from android

Tags:

android

call

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?

like image 504
Dinash Avatar asked Feb 20 '13 17:02

Dinash


Video Answer


1 Answers

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.

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.

like image 53
Raghav Sood Avatar answered Oct 04 '22 23:10

Raghav Sood