We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
最近发现(特别是装了callbar x后)并不能无声无弹框拦截,总会先弹一下框,有时候还会响半秒铃声,之后才被拦截 原因是目前拦截的回调函数不起作用,并不能阻止Springboard拿到电话事件 callkiller拒绝需要一定的反应时间,可能执行拒接的时候,Springboard已经在弹框响铃的路上了……
之前做过不少尝试,但还是没找到解决的方法
对于「响铃半秒」,是有曲线救国的方法的,在收到来电事件时,主动设置为静音,这样就算Springboard放铃声也不怕了 对于「弹框闪一下」,还是要从根源上拦截才能解决,这个我恐怕心有余而力不足,不知道有没有有志之士来协助
The text was updated successfully, but these errors were encountered:
「响铃半秒」的问题,已经在1.5.1中进行处理,我自用了20天左右,没遇到问题
「弹框闪一下」的问题,期待有大佬能帮忙完善,逆向callbar x应该能有帮助,然而那不是我能力能达到的
Sorry, something went wrong.
No branches or pull requests
最近发现(特别是装了callbar x后)并不能无声无弹框拦截,总会先弹一下框,有时候还会响半秒铃声,之后才被拦截
原因是目前拦截的回调函数不起作用,并不能阻止Springboard拿到电话事件
callkiller拒绝需要一定的反应时间,可能执行拒接的时候,Springboard已经在弹框响铃的路上了……
之前做过不少尝试,但还是没找到解决的方法
对于「响铃半秒」,是有曲线救国的方法的,在收到来电事件时,主动设置为静音,这样就算Springboard放铃声也不怕了
对于「弹框闪一下」,还是要从根源上拦截才能解决,这个我恐怕心有余而力不足,不知道有没有有志之士来协助
The text was updated successfully, but these errors were encountered: