feat: silent-filter ongoing notifications (no log entry)

持续性通知(音乐/下载/通话中等)不再写日志,静默丢弃
Decision 新增 silent 字段,NotifyListenerService 跳过静默过滤的日志
版本 1.4.0 → 1.4.1

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-08 10:17:28 +08:00
parent f4fef401cd
commit 04090d3929
3 changed files with 9 additions and 5 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ android {
applicationId = "com.a2i.forwarder"
minSdk = 34
targetSdk = 36
versionCode = 5
versionName = "1.4.0"
versionCode = 6
versionName = "1.4.1"
}
signingConfigs {