我在我的清单中使用此功能来根据屏幕方向旋转我的应用
android:screenOrientation="sensorLandscape"
android:configChanges="orientation|keyboardHidden|keyboard|screenLayout|screenSize"
即使在我锁定设备屏幕方向后问题仍然存在,如果我更改设备的方向,应用程序仍会旋转。
我试过
android:screenOrientation="user"
但是这使我的应用程序旋转到肖像也是我不想要的。
有人可以帮我吗?