android:configChanges+="screenSize" & Android 3.2+

Monkey Targets Forums/Android/android:configChanges+="screenSize" & Android 3.2+

DGuy(Posted 2012) [#1]
It seems when targeting Android 3.2+ (API Level 13+) "screenSize" should be added to "android:configChanges" in the AndroidManifest.xml.

See here: http://developer.android.com/guide/topics/manifest/activity-element.html#config

I was getting texture corruption on orientation change, but only on my Android 4.0+ device and noticed the activity was being shut-down & restarted. Adding "screenSize" to the manifest remedied the situation.