关机API 语言 Chinese, Simplified 请参考下面代码发广播即可:private void _powOffSystem_(){ Log.v(TAG, "send broadcast to powOffSystem"); Intent intent = new Intent("com.temolin.hardware.shutdown"); sendBroadcast(intent); } 2016.10.11 | 发布于 0 评论