mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-04-16 11:11:25 +00:00

All these code are moved into a private repo. The stub is actually just a stub now; mixing dynamic load and stub is confusing.
7 lines
95 B
Java
7 lines
95 B
Java
package a;
|
|
|
|
import com.topjohnwu.magisk.MainActivity;
|
|
|
|
public class a extends MainActivity {
|
|
}
|