Search code examples
androidsim-card

Dual-SIM Change Default SIM card


I'm trying to write a program that change default SIM card on my dual-sim android, what functions do I need for this?


Solution

  • The Android SDK has no support for manipulating multiple SIM cards. You will need to contact the manufacturer of your device and ask them if they have an SDK add-on or something that enables you to work with multiple SIM cards.