You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
现状问题:
使用 Operit 的定时任务 / AI 主动聊天功能时,AI 主动推送的消息存在两个问题:
只有主动下滑打开通知栏时才能看到这条消息。
已确认:
• 系统锁屏通知总开关已开启(lock_screen_show_notifications=1)
• 勿扰模式已关闭
• Operit 通知管理内(允许通知/悬浮通知/锁屏通知/发声/震动/常驻通知)全部开启
• 无论亮屏还是锁屏,主动消息都不弹横幅、不响铃——只是静默进通知栏
技术定位(shell 实测):
通过 dumpsys notification 排查发现,主动聊天消息走的是 AI_SERVICE_CHANNEL(“Operit 正在运行”)渠道,Importance=2(LOW),系统按静默处理,故锁屏不显示、不响铃。
而 Operit 另一渠道 AI_REPLY_COMPLETE_CHANNEL_silent(“对话完成提醒”)为 Importance=4(HIGH),能正常锁屏提示并响铃。
期望:
希望将 AI 主动聊天消息改为使用高重要性渠道发送,并:
• ✅ 锁屏时显示消息内容
• ✅ 携带默认提示音和震动
• ✅ 与微信消息的接收体验对齐
这样用户息屏时也能像收到微信消息一样,第一时间看到 AI 的主动消息并听到提示音。谢谢!🙏
All reactions