Open source stub APK loader

Close #3537
This commit is contained in:
topjohnwu
2020-12-29 01:44:02 -08:00
parent 6b42db943d
commit 41a644afb9
14 changed files with 381 additions and 11 deletions
+6
View File
@@ -0,0 +1,6 @@
package a;
import com.topjohnwu.magisk.DownloadActivity;
public class c extends DownloadActivity {
}
+6
View File
@@ -0,0 +1,6 @@
package a;
import com.topjohnwu.magisk.DelegateApplication;
public class e extends DelegateApplication {
}
+6
View File
@@ -0,0 +1,6 @@
package a;
import com.topjohnwu.magisk.dummy.DummyReceiver;
public class h extends DummyReceiver {
}
+6
View File
@@ -0,0 +1,6 @@
package a;
import com.topjohnwu.magisk.FileProvider;
public class p extends FileProvider {
}