-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
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
HyperOS 上有时会失效的原因是 AutoStartManagerServiceStubImpl.isAllowStartService 这个方法有时不会被调用 #160
Comments
hyperos部分的几乎都不是我写的, |
AutoStartManagerServiceStubImpl这个类在 |
还有澎湃系统上面通过fcmfix推送的APP弹出消息都没有声音,但是如果非root设备通过安装国际版的电脑管家来推送fcm,好像是会有声音的。 |
HyperOS CN, 使用FCMFIX测试Telegram FCM推送实测推送有通知声 |
为什么我fcm所以推送都没有声音呢?还要hook什么吗? |
不知道 也许你应该看看通知频道的发声权限 |
这个没关系,只要fcm推送的都没有声音 |
昨天难得把手机声音打开,听到多邻国通过fcm推送的声音了,我这边应该也是正常的 |
相关代码:
以下截图中可以看出,因为 isAllowStartService 未调用,TG无法接收到广播,最终超时失败,推送无法收到。
请问楼主是怎么获取 HyperOS Framework 的 Source Code 的?
我获取到的 Source Code 搜不到 AutoStartManagerServiceStubImpl 这个实现类,只能搜到实现的接口:
The text was updated successfully, but these errors were encountered: