mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-30 07:48:03 +00:00
Allow component classname obfuscation
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user