Remove DownloadService

This commit is contained in:
Manuel Fuhr 2022-04-02 16:58:55 +02:00
parent ecc4def40c
commit 3a2c109ded
4 changed files with 0 additions and 417 deletions

View file

@ -91,11 +91,6 @@
android:enabled="true"
android:exported="true"
android:process=":brouter_service" />
<service
android:name="btools.routingapp.DownloadService"
android:enabled="true"
android:icon="@mipmap/ic_launcher"
android:label="Download Service" />
</application>
</manifest>