dual sim android sdk

早过忘川 提交于 2019-12-30 18:55:13

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/10382971/dual-sim-android-sdk

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!