You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Finish repo download and flash
This commit is contained in:
@@ -17,8 +17,7 @@ public abstract class DownloadReceiver extends BroadcastReceiver {
|
||||
long downloadID;
|
||||
public String mName;
|
||||
|
||||
public DownloadReceiver() {
|
||||
}
|
||||
public DownloadReceiver() {}
|
||||
|
||||
public DownloadReceiver(String name) {
|
||||
mName = name;
|
||||
|
||||
Reference in New Issue
Block a user