gpt4 book ai didi

java - 锁定我的 Android 手机的方向

转载 作者:行者123 更新时间:2023-12-01 15:48:28 25 4
gpt4 key购买 nike

我正在编写一个 Android 应用程序。如何在竖屏模式下锁定手机方向?

最佳答案

AndroidManifest.xml 的 Activity block 中添加以下标签 android:screenOrientation="portrait"。示例如下:

    <activity android:name=".FusionDrone"
android:label="@string/app_name"
android:configChanges="orientation"
android:screenOrientation="portrait"
android:theme="@android:style/Theme.Translucent">

关于java - 锁定我的 Android 手机的方向,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6632443/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com