DownloadWorker: Initial implementation

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-10-25 18:09:03 +05:30
parent debb0bf920
commit 6f707b2a37
7 changed files with 304 additions and 0 deletions

View File

@@ -96,6 +96,11 @@
<service android:name=".data.service.UpdateService" />
<service android:name=".data.service.SelfUpdateService" />
<service
android:name="androidx.work.impl.foreground.SystemForegroundService"
android:foregroundServiceType="dataSync"
tools:node="merge" />
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="${applicationId}.fileProvider"