Remove dynamic loading code

All these code are moved into a private repo. The stub is actually
just a stub now; mixing dynamic load and stub is confusing.
This commit is contained in:
topjohnwu
2020-03-27 01:25:05 -07:00
parent 9371515ecc
commit c3968a26cf
16 changed files with 34 additions and 424 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
package a;
import com.topjohnwu.magisk.DelegateComponentFactory;
import com.topjohnwu.magisk.MainActivity;
public class a extends DelegateComponentFactory {
public class a extends MainActivity {
}
-6
View File
@@ -1,6 +0,0 @@
package a;
import com.topjohnwu.magisk.DownloadActivity;
public class c extends DownloadActivity {
}
-6
View File
@@ -1,6 +0,0 @@
package a;
import com.topjohnwu.magisk.DelegateApplication;
public class e extends DelegateApplication {
}
-6
View File
@@ -1,6 +0,0 @@
package a;
import com.topjohnwu.magisk.dummy.DummyReceiver;
public class h extends DummyReceiver {
}