Isolate download logic from service lifecycle

This commit is contained in:
topjohnwu
2024-02-06 00:56:14 -08:00
parent 154121f3dd
commit c5d34670c4
9 changed files with 245 additions and 195 deletions
+1 -1
View File
@@ -61,7 +61,7 @@
</receiver>
<service
android:name=".core.download.DownloadService"
android:name=".core.Service"
android:exported="false"
android:foregroundServiceType="dataSync" />