|
|
|
@@ -1767,7 +1767,7 @@ private: |
|
|
|
setAttributeIfNotPresent (*act, "android:name", getActivityClassString());
|
|
|
|
|
|
|
|
if (! act->hasAttribute ("android:configChanges"))
|
|
|
|
act->setAttribute ("android:configChanges", "keyboardHidden|orientation|screenSize");
|
|
|
|
act->setAttribute ("android:configChanges", "keyboard|keyboardHidden|orientation|screenSize|navigation");
|
|
|
|
|
|
|
|
if (androidScreenOrientation.get() == "landscape")
|
|
|
|
{
|
|
|
|
|