Fix
This commit is contained in:
parent
ffc20e2e72
commit
55f1860e71
|
|
@ -4,7 +4,6 @@ import static org.lsposed.lspd.service.PackageService.PER_USER_RANGE;
|
|||
|
||||
import android.os.Binder;
|
||||
import android.os.Bundle;
|
||||
import android.os.IBinder;
|
||||
import android.os.RemoteException;
|
||||
|
||||
import org.lsposed.lspd.models.Module;
|
||||
|
|
|
|||
|
|
@ -220,7 +220,7 @@ namespace lspd {
|
|||
LOGD("Done prepare");
|
||||
FindAndCall(env, "forkCommon",
|
||||
"(ZLjava/lang/String;Ljava/lang/String;Landroid/os/IBinder;)V",
|
||||
JNI_FALSE, nice_name, binder);
|
||||
JNI_FALSE, nice_name, app_dir, binder);
|
||||
LOGD("injected xposed into {}", process_name.get());
|
||||
setAllowUnload(false);
|
||||
GetArt(true);
|
||||
|
|
|
|||
Loading…
Reference in New Issue