Added getTexts and action recorder, fixed github issue report token
This commit is contained in:
@@ -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();
|
||||
}
|
||||
Reference in New Issue
Block a user