Allow component classname obfuscation

This commit is contained in:
topjohnwu
2019-10-16 04:38:31 -04:00
parent c7033dd757
commit 43bda2d4a4
22 changed files with 132 additions and 63 deletions

View File

@@ -2,6 +2,14 @@ package a;
import com.topjohnwu.magisk.App;
import java.util.Map;
public class e extends App {
/* stub */
public e() {
super();
}
public e(Map<String, String> map) {
super(map);
}
}