Skip to content

Commit

Permalink
Merge branch 'master' of github.com:kooritea/fcmfix
Browse files Browse the repository at this point in the history
  • Loading branch information
kooritea committed May 4, 2021
2 parents 148d2a3 + f1d25db commit dc0c3e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# fcmfix
# fcmfix(Android 10)

## fcm唤醒功能适配安卓10和11,修复fcm重连问题仅适配安卓10

使用xposed让被完全停止的应用响应fcm,让fcm送达率达到100%,不错过任何通知

- 允许fcm唤醒选中的应用来发送通知
- 修复在国内网络下出现重连服务出现负数问题(可选)(需要查看自己手机上gms的版本编辑配置文件)
- 修复在国内网络下出现重连服务出现负数问题(貌似是miui优化的问题)(可选)(需要查看自己手机上gms的版本编辑配置文件)
- 固定心跳间隔为117s(可选)(需要查看自己手机上gms的版本编辑配置文件)

## 注意
Expand Down Expand Up @@ -36,4 +36,4 @@
```
- 9. 最后将配置文件的enable修改true,保存,重启手机

- 10. 一般来说gms更新改变的只有类名也就是timer_class
- 10. 一般来说gms更新改变的只有类名也就是timer_class

0 comments on commit dc0c3e0

Please sign in to comment.