Skip to content

Commit

Permalink
[WIP] Fix call_boolean_method hook
Browse files Browse the repository at this point in the history
Avoid skipping process `com.android.systemui`
  • Loading branch information
JingMatrix committed Oct 17, 2024
1 parent 35e68dc commit 8cba121
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions magisk-loader/src/main/jni/src/service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,9 @@ namespace lspd {
}
}

auto &binder = lspd::GetLibBinder(false);
IPCThreadState::Init(binder.get());
lspd::GetLibBinder(true);
/* auto &binder = lspd::GetLibBinder(false); */
/* IPCThreadState::Init(binder.get()); */
/* lspd::GetLibBinder(true); */

LOGD("Done InitService");
}
Expand Down

0 comments on commit 8cba121

Please sign in to comment.