Wish Android 5.1 adds support for using more than one SIM card / Dual SIM at a time.

atulindore

Member
Licensed User
Longtime User
Multiple / Dual SIM Card Support

https://developer.android.com/about/versions/android-5.1.html

Android 5.1 adds support for using more than one cellular carrier SIM card at a time. This feature lets users activate and use additional SIMs on devices that have two or more SIM card slots.

You can access information about the currently active SIM through the SubscriptionManager class, including whether or not the device is considered to be roaming on the current network. This information is useful for developers who want to throttle their apps' data access down or off for device users who are sensitive to data access charges. Your app can be alerted to changes in a device's current network connection by requesting the READ_PHONE_STATE permission and settingSubscriptionManager.OnSubscriptionsChangedListener on the SubscriptionManager object.


Can we have B4a libraries supporting multiple sims for sending SMS / Calls / Data ?
 
Last edited:

atulindore

Member
Licensed User
Longtime User
Dear All B4A Experts.

In India now almost 100% mobiles are coming as dual sim mobiles .

Can you guys help providing some B4a libraries supporting multiple sims for sending SMS / Calls / Data ?

It will be a great help !!
 

atulindore

Member
Licensed User
Longtime User
Thanks Erel.

Posted with title "B4A libraries / Code for Dual Sim phones for sending SMS / Calls / Data using specific sim ?"
 
Top