refactor: remove SimpleActionPerformHost and AccessibilityEventCommandHost

This commit is contained in:
hyb1996
2017-07-30 16:28:26 +08:00
parent d44a7921df
commit dc9f8f417a
8 changed files with 4 additions and 276 deletions

View File

@@ -5,6 +5,10 @@ toast("请打开一个聊天窗口");
sleep(500);
while(true){
if(currentPackage() == "com.stardust.scriptdroid"){
sleep(300);
continue;
}
setText("我喜欢你");
click("发送");
}