标签:inf code cape 修改 影响 scree request config size
<activity android:name=".MainActivity"
android:screenOrientation="landscape"//设置启动即横屏
android:configChanges="orientation|keyboardHidden|screenSize">//设置横竖屏切换不影响生命周期
setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE);
标签:inf code cape 修改 影响 scree request config size
原文地址:https://www.cnblogs.com/CH520/p/11785639.html