Clean up unused codes

Fix #229.
This commit is contained in:
solohsu 2019-05-02 12:02:12 +08:00
parent 9a9a3d15c4
commit 66eac2d320
1 changed files with 0 additions and 8 deletions

View File

@ -266,14 +266,6 @@ public final class XposedInit {
setStaticObjectField(Resources.class, "mSystem", systemRes);
XResources.init(latestResKey);
//custom
hookAllConstructors(PackageParser.PackageParserException.class, new XC_MethodHook() {
@Override
protected void beforeHookedMethod(MethodHookParam param) throws Throwable {
XposedBridge.log(new Throwable());
}
});
}
private static XResources cloneToXResources(XC_MethodHook.MethodHookParam param, String resDir) {