Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

i didn't found the solution, so i ask it. I don't want refresh activity when i rotate mobile to landscape, so i need put in AndroidManifest.xml inside the activity:

android:configChanges="orientation|screenSize" 

I set in Project properties -> Android -> Project Build Target -> Android 4.4 it works for API 13 and higher, but i want API 8 too (android 2.2), because my project is API 8 to API 19. if i try run project with avd 4.3 setting for example, it works fine. if i try run project with avd 2.2 it does not work. if i put only android:configChanges="orientation" it works only in avd 2.2 but not in 4.3

what do I need to do? 2 version? or is there a solution? thanks to all

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
282 views
Welcome To Ask or Share your Answers For Others

1 Answer

Try this,

android:configChanges="orientation|keyboardHidden|screenSize|screenLayout"

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share

548k questions

547k answers

4 comments

86.3k users

...