![](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"//一直为横屏显示
本文标题:安卓app在清单中设置是否禁止横竖屏销毁重建
本文链接:https://www.haomeiwen.com/subject/ejjyiftx.html
网友评论