我在清单中使用它来根据屏幕方向旋转我的应用程序
android:screenOrientation="sensorLandscape"
android:configChanges="orientation|keyboardHidden|keyboard|screenLayout|screenSize"
问题是即使在我锁定设备屏幕方向后,如果我更改设备的方向,应用程序仍会旋转。
我试过了
android:screenOrientation="user"
但这使我的应用程序旋转为我不想要的纵向。
谁可以帮我这个事?