Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
负责电话应答屏幕的类是什么。我认为它是一个私有框架,甚至是 SpringBoard。但是 SpringBoard 有几十个类,而且我只能访问标题,很难知道调用者显示什么电话服务。
有谁知道调用者的类和方法?
在 /System/Library/SpringBoardPlugins/IncomingCall.servicebundle/IncomingCall 插件中有两个类负责(一个用于电话呼叫,第二个用于 facetime)
MPIncomingFaceTimeCallController MPIncomingPhoneCallController
和-(id)newBottomBar选择器。
-(id)newBottomBar
另一种方法是为 iEnhancer 编写一个插件来处理它,我可以为您提供插件 SDK。