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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user