Open GSWXXN opened 2 years ago
Describe the bug(现象描述) 关闭 DUO(com.duosecurity.duomobile) 的自启动,并在自启动规则中加入 ALLOW * com.duosecurity.duomobile, 并不能正确使 DUO 程序被唤醒。(其他可接收 FCM 推送的应用均可复现)
ALLOW * com.duosecurity.duomobile
To Reproduce(如何复现) Steps to reproduce the behavior:(复现步骤)
Screenshots(截图)
Version(发现问题的版本):
Additional context(其他信息)
fcmfix 启动被强制关闭应用的原理:在 Intent 中加入 Intent.FLAG_INCLUDE_STOPPED_PACKAGES 的 Flag, 查看详细
Logs 日志文件 密码:0000
@GSWXXN 晚点我看下,应该是规则检验的问题。
请问这个问题修复了嘛
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the bug(现象描述) 关闭 DUO(com.duosecurity.duomobile) 的自启动,并在自启动规则中加入
ALLOW * com.duosecurity.duomobile
, 并不能正确使 DUO 程序被唤醒。(其他可接收 FCM 推送的应用均可复现)To Reproduce(如何复现) Steps to reproduce the behavior:(复现步骤)
ALLOW * com.duosecurity.duomobile
Screenshots(截图)
Version(发现问题的版本):
Additional context(其他信息)
fcmfix 启动被强制关闭应用的原理:在 Intent 中加入 Intent.FLAG_INCLUDE_STOPPED_PACKAGES 的 Flag, 查看详细
Logs
日志文件 密码:0000