fix: silence Milink (设备互联) UniversalClipboardService notices

com.milink.service posts empty/high-frequency cross-device clipboard
notices. Add to silentPackages so they're dropped silently (no forward,
no log entry). CLAUDE.md synced.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-09 14:59:04 +08:00
parent dcdfb7e9f9
commit 0a7a12fa2f
2 changed files with 2 additions and 1 deletions
@@ -55,6 +55,7 @@ class NotificationProcessor(private val context: Context) {
"com.github.metacubex.clash.meta", // Clash Meta for Android
"com.github.kr328.clash", // Clash for Android
"com.v2ray.ang", // v2rayNG
"com.milink.service", // 小米设备互联(UniversalClipboardService 跨设备剪贴板等常驻通知)
)
fun process(sbn: StatusBarNotification): Decision {