File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
VirtualApp/lib/src/main/java/com/lody/virtual/client/hook/proxies/am Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1919import com .lody .virtual .client .ipc .VActivityManager ;
2020import com .lody .virtual .helper .compat .BuildCompat ;
2121import com .lody .virtual .helper .compat .ParceledListSliceCompat ;
22+ import com .lody .virtual .helper .utils .VLog ;
2223import com .lody .virtual .remote .AppTaskInfo ;
2324
2425import java .lang .reflect .Method ;
@@ -70,7 +71,9 @@ protected void onBindMethods() {
7071 addMethodProxy (new StaticMethodProxy ("navigateUpTo" ) {
7172 @ Override
7273 public Object call (Object who , Method method , Object ... args ) throws Throwable {
73- throw new RuntimeException ("Call navigateUpTo!!!!" );
74+ // throw new RuntimeException("Call navigateUpTo!!!!");
75+ VLog .e ("VA" , "Call navigateUpTo!!!!" );
76+ return method .invoke (who , args );
7477 }
7578 });
7679 addMethodProxy (new ReplaceLastUidMethodProxy ("checkPermissionWithToken" ));
You can’t perform that action at this time.
0 commit comments