-
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
Google Play服务更新导致App强制退出,无障碍服务无法重启 #99
Comments
在miui有给自启动的权限吗? 我在用的安卓11miui eu看起来没这个问题,用到无障碍服务的应用在强制停止之后无障碍服务也会自己恢复。 |
有允许 ,同时加入fcmfix列表里,后台无限制,都没有用。 |
不是每个App都会出现,最好复现的例子就是AccuBattery,更新Google Play Service之后如果通知栏的图标消失并且不会重新出现就说明有这个问题。 |
这个应该不是fcmfix的问题,但是也许fcmfix可以给这个问题做一些workaround.
Google Play Service会在后台自动更新(尤其充电时),更新后,会导致一大票引用了Google API的App处于强制停止状态(比如AccuBattery)。
原生安卓下似乎会自动重启这些App,但是在MIUI下并不会。
一般App还好说,涉及无障碍服务的,这个无障碍似乎没有一个重启的办法,只有重启整个系统才可以恢复使用。
目前不太清楚这是个什么机制,网上也查不到相关信息但还是零星有人反应有类似问题。在原生安卓上测试,更新Google Play服务后确实这些App是会自动重启的,一切恢复如初。有同样问题的朋友欢迎一起讨论。
The text was updated successfully, but these errors were encountered: