Open
Conversation
Owner
|
谢谢。这一个pr改动太多,不方便自动merge,我先把“空号码判断、区号判断问题、震动”这三个手动merge了。 VoIP的方法你测试有效吗?我之前试过好多种常驻后台的方法,这种VoIP的似乎在iOS7上不管用。最后发现只有“播放空白音频”和“GPS”的方法还可以用。 每个来电都发local notification感觉挺干扰的,如果你加这个功能是为了看未接来电的信息,我打算以后加入一个“来电记录”列表,列出时间、号码、信息。所以这条也不merge了。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
加强为空判断,避免崩溃
修正三位区号的判断逻辑问题