ConfigChanges Work In Android 4 And 2.2?
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:config
Solution 1:
Try this,
android:configChanges="orientation|keyboardHidden|screenSize|screenLayout"
Post a Comment for "ConfigChanges Work In Android 4 And 2.2?"