注册时间
最后登录
新帖
你好,当我使用捆绑了脚本的打包应用程序时,如何使用 ADB 调用脚本?我不想这样启动它: “adb shell am start -n com.example.app/com.stardust.auojs.inrt.SplashActivity"
因为它会显示闪屏和日志,而我需要无缝启动自动化流程。
换句话说,我想执行类似于以下命令的操作:“adb shell am start -n org.autojs.autoxjs.v7/org.autojs.autojs.external.open.RunIntentActivity file:///storage/emulated/0/autox/test.js”,但要针对打包的应用程序。
另一个问题是,如何向外界发出脚本已停止的信号?