IPC implementation is more real

This commit is contained in:
geeksville 2020-01-24 20:35:42 -08:00
parent b6166fbd33
commit 75d35b87be
5 changed files with 97 additions and 13 deletions

View file

@ -60,6 +60,7 @@
<!-- This is a private service which just does direct communication to the radio -->
<service
android:name="com.geeksville.mesh.RadioInterfaceService"
android:permission="android.permission.BIND_JOB_SERVICE"
android:enabled="true"
android:exported="false" />