안드로이드 개발 질문/답변
(글 수 45,052)
android:configChanges="orientation|keyboard"
액티비티 회전시 재생성 안되게 매니페스트에 설정하는 값인데 이게 안드로이드 4.0에선 작동되지 않네요--;;
대책 해결 방안으로는 어떻게 해야될까요?
2012.01.19 20:40:26
http://developer.android.com/guide/topics/manifest/activity-element.html
참고 하세요~
2012.01.19 21:26:25
Note: If your application targets API level 13 or higher (as declared by the minSdkVersion and targetSdkVersion attributes), then you should also declare the"screenSize" configuration, because it also changes when a device switches between portrait and landscape orientations.
라고하는군요.. 흐음 몰랐던사실



