Android 锁定方向但获取信息

发布于 2024-11-16 22:25:56 字数 253 浏览 2 评论 0原文

我的应用程序被锁定在纵向方向,但我想知道是否有方向变化,将其锁定在清单中,使得 onconfigurationchange 在方向更改时不会触发,即使我包含配置更改。

android:configChanges="orientation|keyboardHidden"
android:screenOrientation="portrait"

有什么办法可以用这个配置触发 onconfigurationchanged 吗?

my app is locked in portrait orientation, but i want to know is there orientation change, locking it in manifest, makes onconfigurationchange not fire when orientation is changed even if i include configchanges.

android:configChanges="orientation|keyboardHidden"
android:screenOrientation="portrait"

is there any way to get onconfigurationchanged fired with this config?

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

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

发布评论

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

评论(1

一抹淡然 2024-11-23 22:25:56

我不确定你是否可以混合使用 2 个。
您仍然可以使用加速度计来检查方向变化

I'm not sure you can mix the 2.
You can still use the accelerometer to check for orientation change though

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