mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-23 21:05:36 +00:00
Stream and process module zips
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package a;
|
||||
|
||||
import com.topjohnwu.magisk.model.download.DownloadModuleService;
|
||||
import com.topjohnwu.magisk.model.download.DownloadService;
|
||||
|
||||
public class j extends DownloadModuleService {
|
||||
public class j extends DownloadService {
|
||||
/* stub */
|
||||
}
|
||||
|
@@ -1,5 +0,0 @@
|
||||
package a
|
||||
|
||||
import com.topjohnwu.magisk.model.download.DownloadService
|
||||
|
||||
class k : DownloadService()
|
Reference in New Issue
Block a user