chore: Unused code cleanup (#1612)

* Remove unused SoftwareUpdateService code and commented out service reg in manifest

* Remove unused methods that had unnecessary version checks

* Regenerate baseline to remove detekt issues that are no longer present
This commit is contained in:
Joshua Soberg 2025-02-27 17:18:42 -05:00 committed by GitHub
parent 4242afef9c
commit 2f48e8e68a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 1 additions and 113 deletions

View file

@ -108,15 +108,6 @@
android:name="firebase_analytics_collection_enabled"
android:value="false" />
<!-- we need bind job service for oreo -->
<!--
<service
android:name="com.geeksville.mesh.service.SoftwareUpdateService"
android:enabled="true"
android:exported="false"
android:permission="android.permission.BIND_JOB_SERVICE" />
-->
<!-- This is the public API for doing mesh radio operations from android apps -->
<service
android:name="com.geeksville.mesh.service.MeshService"