rebuild apk

This commit is contained in:
hyb1996
2017-02-13 17:46:16 +08:00
parent 0c57e18577
commit 04b4303899
37 changed files with 380 additions and 102 deletions

View File

@@ -115,4 +115,9 @@ var openConsole = function(){
var clearConsole = function(){
droid.clearConsole();
}
var shell = function(cmd, root){
root = root ? 1 : 0;
droid.shell(cmd, root);
}

View File

@@ -1,3 +1,2 @@
launchApp("微信");
while(!click("发现"));
while(!click("朋友圈"));
launchApp("支付宝");
while(!click("扫一扫"));

View File

@@ -0,0 +1,3 @@
launch("com.tencent.mm");
while(!click("发现"));
while(!click("扫一扫"));