Android:锁定纵向模式 5 秒,然后允许更改屏幕方向

发布于 2024-11-16 21:33:44 字数 62 浏览 4 评论 0原文

这可能吗?我目前有在方向改变时激活的意图,但经过一些测试后,如果手机在进入新类别时处于横向模式,则会出现问题。

Is this possible? I currently have intent that is activated when the orientation changes but after some testing it is a problem if the phone is in landscape mode when going the new class.

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

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

发布评论

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

评论(1

李白 2024-11-23 21:33:44

我不明白为什么不。不过,您需要以编程方式执行此操作。我的第一个想法是创建一个可运行的活动。在 onCreate 中,锁定所需的方向并启动可运行线程。在可运行线程中,等待 5 秒,然后解锁方向。

I don't see why not. You would need to do it programmatically though. My first thought is to create an activity with a runnable. In your onCreate, lock the orientation that you want and kick off the runnable thread. In the runnable thread, wait 5 seconds and then unlock the orientation.

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