Fix Android 8.1 (#2407)
This commit is contained in:
parent
9dfa88fa24
commit
88051f541e
|
|
@ -61,8 +61,7 @@ public class Startup {
|
|||
ActivityThread.class, ApplicationInfo.class, CompatibilityInfo.class,
|
||||
ClassLoader.class, boolean.class, boolean.class, boolean.class,
|
||||
new LoadedApkCtorHooker());
|
||||
XposedHelpers.findAndHookMethod(ActivityThread.class, "attach", boolean.class,
|
||||
long.class, new AttachHooker());
|
||||
XposedBridge.hookAllMethods(ActivityThread.class, "attach", new AttachHooker());
|
||||
}
|
||||
|
||||
public static void bootstrapXposed() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue