optimize: util.format

This commit is contained in:
hyb1996
2017-11-29 20:04:50 +08:00
parent 6dfd35683a
commit 92f296cc19
5 changed files with 69 additions and 8 deletions

View File

@@ -118,6 +118,7 @@ module.exports = function(__runtime__, scope){
}
mode = mode || 0;
__runtime__.accessibilityBridge.setMode(mode);
__runtime__.accessibilityBridge.ensureServiceEnabled();
}
scope.__asGlobal__(__runtime__.automator, ['back', 'home', 'powerDialog', 'notifications', 'quickSettings', 'recents', 'splitScreen']);