android 转屏 onConfigurationChanged 不会执行的问题

来源:互联网 发布:其皆出于此乎的其 编辑:程序博客网 时间:2024/06/16 14:00


如果设置了android:targetSdkVersion ,记得 android:configChanges="orientation|screenSize" 加上screenSize



参考:http://www.cnblogs.com/xiaokang088/p/3540189.html



参考:

http://developer.android.com/guide/topics/manifest/activity-element.html




0 0