Added Script file chooser. Fixed the issue that background image setting not working

This commit is contained in:
hyb1996
2017-04-03 16:28:07 +08:00
parent bfabef6a0e
commit 59811a4a5d
53 changed files with 1465 additions and 530 deletions

View File

@@ -81,11 +81,11 @@ var shell = function(cmd, root){
}
var currentPackage = function(){
return __runtime__.automator.currentPackage();
return __runtime__.info.getLatestPackage();
}
var currentActivity = function(){
return __runtime__.automator.currentActivity();
return __runtime__.info.getLatestActivity();
}
var __this__ = this;