dual sim android sdk
Asked Answered
T

2

6

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?

Teniafuge answered 30/4, 2012 at 11:31 Comment(1)
You can use Java reflection to get dual SIM info See here is demoGutierrez
A
5

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.

Aggie answered 30/4, 2012 at 11:51 Comment(1)
@JoséTomásTocino Thanks for asking! I've updated the answer :)Aggie
A
0

Yes, you can use SubscriptionInfo class for achieving that, here's an answer by me

Angstrom answered 15/7, 2020 at 8:49 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.