-
Notifications
You must be signed in to change notification settings - Fork 21
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
突然失效了 #33
Comments
这应该是微信最近的升级造成的。正在解决。 |
谢谢 |
似乎新版本wechat会检测是否在Android Auto 模式。只有AA模式开启才开放Quick Reply接口? |
最新版本的 Nevolution,在系统设置中激活「开发者选项」后,可以在微信插件设置中看到「兼容模式」,打开这个模式可以恢复快速恢复及其它功能。 注意:部分设备上兼容模式可能有严重副作用(比如来电没有提示,无法接听),请自行核实验证。 |
打开了兼容模式,还是不能回复 |
又试了一下,打开兼容模式过一会手机会进入android auto模式,退出android auto就自动退出兼容模式了,也就是回复功能不起作用了。三星s9+ |
我跟你一样,好好的突然就没通知出来了…… |
Oneplus 7T, 激活兼容模式以后来电没有显示,只有铃音,无法接听, 请问有解决办法吗?THANKS |
Please note, that if you enable compatibility mode and it enters Android Auto (after which you exit Android auto and the mode turns off), you can temporarily solve this by disabling the Android Auto app For me, I also solved it by making an api call in tasker (UiModeManager) uimode = CONTEXT.getSystemService( uimode );
uimode.enableCarMode( 2 ); |
昨天还好好的,今天突然不能回复,卸载了android auto 女娲石,再安装女娲石,android autp,设置好以后,开始还能用,今早突然又不能回复了,再次多遍卸载重装重启还是不能回复。请问有解决方案吗,谢谢,三星s9+
The text was updated successfully, but these errors were encountered: