Android 自己的程序中添加系统重启的提示框
时间:2010-11-30 来源:u0fly
需要注意:
//for reboot
import android.os.ICheckinService;
import android.os.PowerManager;
AndroidManifest.xml中添加权限
<uses-permission android:name="android.permission.REBOOT" />
相关阅读 更多 +
时间:2010-11-30 来源:u0fly
需要注意:
//for reboot
import android.os.ICheckinService;
import android.os.PowerManager;
AndroidManifest.xml中添加权限
<uses-permission android:name="android.permission.REBOOT" />