Is there a private API available to access the SIM Toolkit?

余生颓废 提交于 2019-12-06 10:24:27

1) You can take a look at CoreTelephony framework (disassemble it). It has bunch of functions around SimToolkit like:

  • CTServerConnectionCopySimToolkitMenu
  • CTServerConnectionSelectSimToolkitMenuItem and so on.

2)You can take a look (disassemble) at /System/Library/SpringBoardPlugins/SimToolkitUI.servicebundle/SimToolkitUI

You will be able to see what functions are used there (you will see a lot of functions from #1)

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