(1)为了防止横竖屏切换 生命周期会发生变化 所以把Activity配置如下 android:screenOrientation="portrait" (2)为了生命周期不变化 android:configChanges="orientation|keyboardHidden|screenSize" 相关文章: