just to save some fucking works

This commit is contained in:
hyb1996
2017-05-14 19:46:51 +08:00
parent a4c6eb6cee
commit 36ef8c8396
22 changed files with 491 additions and 258 deletions

View File

@@ -70,10 +70,10 @@ public class AutoJs implements AccessibilityBridge {
.uiHandler(mUiHandler)
.globalConsole(new JraskaConsole())
.engineManger(manager)
.runtime(new Supplier<ScriptRuntime>() {
.runtime(new Supplier<com.stardust.autojs.runtime.ScriptRuntime>() {
@Override
public ScriptRuntime get() {
public com.stardust.autojs.runtime.ScriptRuntime get() {
return new ScriptRuntime.Builder()
.setAppUtils(mAppUtils)
.setConsole(new StardustConsole(mUiHandler))