Windows Phone 8 SIM interaction

落爺英雄遲暮 提交于 2020-01-05 06:43:09

问题


Is it possible to interact with the SIM in windows phone 8 development? I did a bit of research all I could find was that there is no api from Microsoft that allows this, but is there maybe a 3d party app someone knows of?

I am trying to check if a SIM has been changed in a windows phone. So in android terms :

    TelephonyManager tm;
    String sim = tm.getSimSerialNumber();

Thanx


回答1:


No, the Windows Phone SDK does not offer capabilities to interact with the SIM card inserted in the device.



来源:https://stackoverflow.com/questions/17165117/windows-phone-8-sim-interaction

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