マニフェストに権限を設定しました:
<uses-permission android:name="android.permission.REBOOT" />
次の行を呼び出して、デバイスを再起動します。
Intent intent = new Intent(Intent.ACTION_REBOOT);
sendBroadcast(intent);
エミュレーターでルート権限を持っているので、次のエラーが発生する理由が気になります:
Permission Denial: not allowed to send broadcast android.intent.action.REBOOT from pid=963, uid=10046