Update demo

This commit is contained in:
2022-09-06 04:02:47 +08:00
parent c20b297006
commit 256c4ce463

View File

@@ -60,7 +60,7 @@ public class HookEntry implements IYukiHookXposedInit {
// 在 Java 中调用 Kotlin 的 lambda 在 Unit 情况下也需要 return null
YukiHookAPI.INSTANCE.encase(e -> {
e.loadZygote(l -> {
l.hook(Activity.class, h -> {
l.hook(Activity.class, false, h -> {
h.injectMember(h.getPRIORITY_DEFAULT(), "Default", i -> {
i.method(m -> {
m.setName("onCreate");