mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-13 11:51:50 +00:00
Specify foregroundServiceType for DownloadService
This commit is contained in:
@@ -62,7 +62,8 @@
|
||||
|
||||
<service
|
||||
android:name=".core.download.DownloadService"
|
||||
android:exported="false" />
|
||||
android:exported="false"
|
||||
android:foregroundServiceType="dataSync" />
|
||||
|
||||
<service
|
||||
android:name=".core.JobService"
|
||||
|
||||
Reference in New Issue
Block a user