You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
I hook to method getIntExtra but some another module of another developer hook to this method too. After hook I can't control setResult().
can Xposed set priority of module?
I hook to method getIntExtra but some another module of another developer hook to this method too. After hook I can't control setResult().
can Xposed set priority of module?
`XposedHelpers.findAndHookMethod(
"android.content.Intent", lpparam.classLoader,"getIntExtra", String.class, int.class, new XC_MethodHook() {
@OverRide
protected void beforeHookedMethod(MethodHookParam param) throws Throwable {
}
);`
The text was updated successfully, but these errors were encountered: