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,
|
ActivityThread.class, ApplicationInfo.class, CompatibilityInfo.class,
|
||||||
ClassLoader.class, boolean.class, boolean.class, boolean.class,
|
ClassLoader.class, boolean.class, boolean.class, boolean.class,
|
||||||
new LoadedApkCtorHooker());
|
new LoadedApkCtorHooker());
|
||||||
XposedHelpers.findAndHookMethod(ActivityThread.class, "attach", boolean.class,
|
XposedBridge.hookAllMethods(ActivityThread.class, "attach", new AttachHooker());
|
||||||
long.class, new AttachHooker());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void bootstrapXposed() {
|
public static void bootstrapXposed() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue