You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
在VMOS PRO中使用AJ6,
使用以下命令时,一直获取不到超级用户权限。(只要和超级用户有关的命令,都无法运行)。但是AJ6设置里的root下自动开发无障碍这个可以正常运行
var sh = new Shell(true);
var dd=sh.exec("am force-stop com.sinovatech.unicom.ui");
sh.exit();