rebuild apk
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user