Updated service architecture and extracted useful tools to separate class

This commit is contained in:
Viktor De Pasquale
2019-07-11 16:25:28 +02:00
committed by John Wu
parent 452db51669
commit 967bdeae7b
7 changed files with 174 additions and 124 deletions

View File

@@ -1,5 +1,5 @@
package a
import com.topjohnwu.magisk.model.download.CompoundDownloadService
import com.topjohnwu.magisk.model.download.DownloadService
class k : CompoundDownloadService()
class k : DownloadService()