6.5.0 - 新增 opencc 模块; 修复编辑器问题; 优化打包应用功能及文件管理器
This commit is contained in:
1
app/src/main/assets-app/sample/Shell/冻结网易云音乐.js
Normal file
1
app/src/main/assets-app/sample/Shell/冻结网易云音乐.js
Normal file
@@ -0,0 +1 @@
|
||||
shell("pm disable com.netease.cloudmusic", true);
|
||||
1
app/src/main/assets-app/sample/Shell/结束所有后台进程.js
Normal file
1
app/src/main/assets-app/sample/Shell/结束所有后台进程.js
Normal file
@@ -0,0 +1 @@
|
||||
shell("am kill-all", true);
|
||||
2
app/src/main/assets-app/sample/Shell/解冻并打开网易云音乐.js
Normal file
2
app/src/main/assets-app/sample/Shell/解冻并打开网易云音乐.js
Normal file
@@ -0,0 +1,2 @@
|
||||
shell("pm enable com.netease.cloudmusic", true);
|
||||
launchApp("网易云音乐");
|
||||
2
app/src/main/assets-app/sample/Shell/锁屏.js
Normal file
2
app/src/main/assets-app/sample/Shell/锁屏.js
Normal file
@@ -0,0 +1,2 @@
|
||||
KeyCode("KEYCODE_POWER");
|
||||
//或者 KeyCode(26);
|
||||
Reference in New Issue
Block a user