设备须要有root权限android
<uses-permission android:name="android.permission.SHUTDOWN" />
<application ... android:sharedUserId="android.uid.system"
Runtime.getRuntime().exec(arrayOf("su","-c","reboot "))//重启 Runtime.getRuntime().exec(arrayOf("su", "-c", "reboot -p"))//关机