topjohnwu c3968a26cf 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.
2020-03-27 01:25:05 -07:00

7 lines
95 B
Java

package a;
import com.topjohnwu.magisk.MainActivity;
public class a extends MainActivity {
}