RadioInterfaceService is no longer an Android Service

Removes the AIDL and associated support for the `IRadioInterfaceService`.
This should give some performance benefit since radio data no longer
has to round-trip through the platform.
This commit is contained in:
Mike Cumings 2022-04-22 17:39:48 -07:00
parent a44758e28d
commit 9687fb7370
11 changed files with 134 additions and 221 deletions

View file

@ -115,12 +115,6 @@
</intent-filter>
</service>
<!-- This is a private service which just does direct communication to the radio -->
<service
android:name="com.geeksville.mesh.repository.radio.RadioInterfaceService"
android:enabled="true"
android:exported="false" />
<!-- zxing for QR Code scanning: lock portrait orientation -->
<activity
android:name="com.journeyapps.barcodescanner.CaptureActivity"