Added getTexts and action recorder, fixed github issue report token

This commit is contained in:
hyb1996
2017-02-15 18:10:17 +08:00
parent 04b4303899
commit e2d5efa710
82 changed files with 1392 additions and 518 deletions

View File

@@ -120,4 +120,8 @@ var clearConsole = function(){
var shell = function(cmd, root){
root = root ? 1 : 0;
droid.shell(cmd, root);
}
var getTexts = function(){
return droid.getTexts();
}