fix: Pre-release cleanup of manifest, resource leaks, and dependencies

- Fix BleScanResultReceiver package name in manifest (.bluetooth → .common.bluetooth)
- Fix HandlerThread leak in BluetoothManager2 when registerReceiver() throws
- Cache battery values in MonitorNotifications to match hardening pattern
- Remove duplicate fragment-ktx dependency and align fragment-testing version
- Remove deprecated lifecycle-extensions dependency
This commit is contained in:
darken
2026-02-09 15:50:39 +01:00
committed by Matthias Urhahn
parent cfed733fa7
commit 12d2c4dd06
4 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -59,7 +59,7 @@
</activity>
<receiver
android:name=".bluetooth.BleScanResultReceiver"
android:name=".common.bluetooth.BleScanResultReceiver"
android:exported="false">
<intent-filter>
<action android:name="eu.darken.capod.bluetooth.DELIVER_SCAN_RESULTS" />