安卓app在清单中设置是否禁止横竖屏销毁重建
2018-08-22 本文已影响9人
艾回
![](https://img.haomeiwen.com/i11762563/0b2f176c65e36419.jpg)
设置横竖屏切换的代码:(按图片位置填写)
android:configChanges="orientation|screenSize|keyboardHidden"
禁止横竖屏切换的代码:
android:screenOrientation="portrait"//一直为竖屏显示
android:screenOrientation="landscape"//一直为横屏显示
设置横竖屏切换的代码:(按图片位置填写)
android:configChanges="orientation|screenSize|keyboardHidden"
禁止横竖屏切换的代码:
android:screenOrientation="portrait"//一直为竖屏显示
android:screenOrientation="landscape"//一直为横屏显示