문제

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?

도움이 되었습니까?

해결책

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.

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top