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
Can I call the relinker.loadlibrary method from a class? I have an Xposed module, but I can't get the context of the MainActivity. Please help. before this, i use system.loadlibray. no context, I have tried many methods but none of them work.
The text was updated successfully, but these errors were encountered:
other class
public class SmartDialXposed implements IXposedHookLoadPackage {
String result = "";
String location = "";
String wife = "761";
String number = "";
public String compare(String num) {
ReLinker.loader(context, "phoneloc-jni");
// i want loadlibrary in here, need context, how to write code?
}
}
Can I call the relinker.loadlibrary method from a class? I have an Xposed module, but I can't get the context of the MainActivity. Please help. before this, i use system.loadlibray. no context, I have tried many methods but none of them work.
The text was updated successfully, but these errors were encountered: