从 Android 重新启动整个设备

发布于 2024-11-07 20:54:33 字数 172 浏览 4 评论 0原文

有没有什么方法可以从 android 内部按代码重新启动设备。我可以高度定制设备(平板电脑)上的所有软件。作为背景信息:我想要一个计时器,如果没有重置,则在定义的计数后重新启动设备。

编辑:

如果没有Buildin-Way,是否可以做到这一点?

Is there any way to restart a device per code from within android. I can highly customize all software on the device (tablet). As Backgroundinfo: I want a timer that restarts the device after a defined count if he did not get reseted.

Edit:

If there there is no Buildin-Way is it possible to do this anyway?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

扎心 2024-11-14 20:54:33

我相信,这在应用程序内是不可能的。

重新启动设备的意图(ACTION_REBOOT,如果我记得的话,但我很高兴得到纠正!)只能从系统本身调用,而不能从驻留在系统上的任何软件调用。

(请参阅此处的 Android 参考文档。)

This isn't possible from within an app, I believe.

The intent for rebooting the device (ACTION_REBOOT, if I recall, but I'm happy to be corrected!) can only be called from the system itself, not from any software residing on it.

(See the Android reference docs here.)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文