以编程方式重新启动主页
我正在Android上开发。我必须重新启动主页及其所有组件(小部件、快捷方式等)。 例如,当我们强制关闭时,主屏幕会重新启动并重新加载其所有组件。
I'm developing on Android. I have to restart home and all its components (widgets, shortcuts, etc..).
For example, when we have a Force Close, the home screen restart and reload all its components.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您应该能够重新启动它 ACTION_MAIN 和 CATEGORY_HOME 意图。如果您刚刚杀死了该应用程序,那么这应该会重新启动它。
You should be able to relaunch it ACTION_MAIN and CATEGORY_HOME intent. If you've just killed the app then this should restart it.
不,你不知道。
如果您有“强制关闭”,则无法执行代码。因此,你想要的东西是不可能的。
No, you don't.
If you have a "Force Close", you cannot execute code. Hence, what you want is impossible.