(cydia dev) Call Answering Screen in iPhone

≡放荡痞女 提交于 2019-11-28 06:34:44

问题


What would be the class responsible for call answering screen. I think it's a private framework, or even the SpringBoard. But the SpringBoard has dozens of classes, and as I have access only to the header, it is difficult to know what the caller display phone service.

Does anyone know what class and method to the caller?


回答1:


There are two classes responsible for that (one for Phone call and second for facetime) in /System/Library/SpringBoardPlugins/IncomingCall.servicebundle/IncomingCall plugin

MPIncomingFaceTimeCallController
MPIncomingPhoneCallController

and -(id)newBottomBar selector.

The another way is writing a plugin for iEnhancer which deals with it, I can provide you plugin SDK.



来源:https://stackoverflow.com/questions/8590068/cydia-dev-call-answering-screen-in-iphone

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