Specify foregroundServiceType for DownloadService

This commit is contained in:
残页
2023-04-02 17:20:49 +08:00
committed by GitHub
parent 732a8260c2
commit b696dae808
2 changed files with 4 additions and 2 deletions

View File

@@ -62,7 +62,8 @@
<service
android:name=".core.download.DownloadService"
android:exported="false" />
android:exported="false"
android:foregroundServiceType="dataSync" />
<service
android:name=".core.JobService"