remove mistaken Service entry from full AndroidManifest.xml

LocalHTTPDManager is not a Service subclass.

79e7e78e7f69fc7dbe47684ee102c930e2c3a13f
This commit is contained in:
Hans-Christoph Steiner 2019-06-17 11:36:11 +02:00
parent 474073b48c
commit 1ce70d3703

View File

@ -78,7 +78,6 @@
android:exported="false"/>
<service android:name=".nearby.SwapService"/>
<service android:name=".nearby.LocalHTTPDManager"/>
<service
android:name=".nearby.LocalRepoService"
android:exported="false"/>