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);
}