设备没有root。打开开发者模式,在命令行中执行 adb reboot可以让机器重启;在app中通过代码调用Runtime.getRuntime().exec(new String[]{ "reboot"})却无法让机器重启,是为什么呢?