Minor improvements

This commit is contained in:
exttex 2020-11-01 20:23:24 +01:00
parent 563a460e48
commit 5725737385
6 changed files with 155 additions and 125 deletions

View file

@ -24,7 +24,8 @@
<service
android:name=".DownloadService"
android:enabled="true"
android:exported="true"></service>
android:exported="true"
android:process=':downloads'></service>
<activity
android:name=".MainActivity"