diff --git a/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_Android.h b/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_Android.h index 2c5a1771e5..a65eb281fb 100644 --- a/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_Android.h +++ b/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_Android.h @@ -494,7 +494,7 @@ public: XmlElement* act = app->createNewChildElement ("activity"); act->setAttribute ("android:name", getActivitySubClassName()); act->setAttribute ("android:label", "@string/app_name"); - act->setAttribute ("android:configChanges", "keyboardHidden|orientation"); + act->setAttribute ("android:configChanges", "keyboardHidden|orientation|screenSize"); act->setAttribute ("android:screenOrientation", getScreenOrientationString()); XmlElement* intent = act->createNewChildElement ("intent-filter");