1 PowerManager pManager = (PowerManager) getSystemService(Context.POWER_SERVICE); 2 pManager.reboot("");
就只有这两句代码,需要加上权限
<uses-permission android:name="android.permission.REBOOT"/>
//需要签名,打包安装之后才会有效,和WiFi一样的原理,属于系统操作
android:sharedUserId="android.uid.system"