Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

dual sim android sdk

Is there any way in sdk(default) that can handle dual sims? There are many number of android phones available in market which are dual sim. What i want is programmatically change the default sim. Is it possible?

like image 506
Seshu Vinay Avatar asked Apr 30 '12 11:04

Seshu Vinay


1 Answers

As of Android 5.1 Multiple-Sim Support has been officially added to the Android SDK!

You can access information about the current used sim through the SubscriptionManager class.

like image 196
Ahmad Avatar answered Sep 19 '22 00:09

Ahmad