识别应用程序何时从空白屏幕返回

发布于 2024-11-27 03:19:37 字数 111 浏览 2 评论 0原文

在黑屏后,是否可以知道我的应用程序何时返回用户视图?此时应用程序调用方法 onResume,并且我的应用程序崩溃了。 (“意外停止”)我知道为什么,我可以修复这个问题,但我需要知道应用程序何时从空白屏幕返回。

Is it possible to get know when my application returns to view for user, after blanking screen? In this moment application calls method onResume, and my application has crash. ("has stopped unexpectedly") I know why and I can repair this problem, but I need to know when application returns from blank screen.

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

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

发布评论

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

评论(2

情徒 2024-12-04 03:19:37

If you're talking about the point when user unlocks the device - ACTION_USER_PRESENT is what you need. If this is not the case - please elaborate and post more details

染柒℉ 2024-12-04 03:19:37

“黑屏后”是什么意思?就像屏幕超时并关闭一样?无论哪种方式,我们几乎不可能仅凭您提供的信息来帮助您。发布 onResume() 方法中的代码,同时查看 Logcat 并复制来自您收到的异常的堆栈跟踪。也将其发布在这里。一旦您完成此操作,我们就更有可能帮助您解决问题。

What do you mean by "after blanking screen" ? like if the screen times out and turns off? Either way it will be mostly impossible for us to help you with only the information you've given. Post the code from your onResume() method, also look in the Logcat and copy the stack trace that comes from the exception you're getting. Post that here too. Once you have done this it is far more likely that we can help you resolve the problem.

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