Top "Dual-sim" questions

A Dual SIM mobile phone is one which holds two SIM cards.

Android : Check whether the phone is dual SIM

After a lot of research on forums, now I know that there is no way to find IMSI or SIM …

android imei dual-sim
Programmatically retrieve IMEI number for dual SIM in android

For single SIM following code works: TelephonyManager tm = (TelephonyManager)getSystemService(TELEPHONY_SERVICE); String imei= tm.getDeviceId(); For dual SIM I …

android imei dual-sim
Call from second sim

I have a dual sim android phone. I am using this code to make a call: private void callBack(String …

android phone-call dual-sim
How to find out which SIM is making the outgoing call (Dual SIM)

I would like to check which SIM is making an outgoing call for DUAL SIM android phones. Read this article …

android dual-sim
Get operator details for dual SIM android phone

I am working on an app where I need details of user's SIM his phone number, imei number and operator . …

android imei dual-sim
Android DualSim, ways/task/api to turn off second sim every day at same hour

Im using my phone for personal/work lines using dualsim (right now Xiaomi Mi5) with Android 7. Im looking for a …

android api dual-sim
Android Dual-SIM API support

I was looking for Android Dual-SIM API for Android, but more or less I found nothing. As far as I …

android dual-sim
How to read two IMEI, from Cell phone Dual SIM? (In Android Studio)

I used this line in Android Studio to get IMEI number, "android.telephony.TelephonyManager.getDeviceId()" and I can see the …

android imei dual-sim
dual sim android sdk

Is there any way in sdk(default) that can handle dual sims? There are many number of android phones available …

android sim-card dual-sim