From 388edc144b1a6ffaf46a819d256e0876c3a760a7 Mon Sep 17 00:00:00 2001 From: Rohan Kuruvilla Date: Mon, 15 Jul 2013 15:57:27 -0700 Subject: [PATCH] Adding additional android:configChanges parameters to AndroidManifest --- samples/Cpp/SimpleGame/proj.android/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/Cpp/SimpleGame/proj.android/AndroidManifest.xml b/samples/Cpp/SimpleGame/proj.android/AndroidManifest.xml index f96b107076..2436e1cf1f 100644 --- a/samples/Cpp/SimpleGame/proj.android/AndroidManifest.xml +++ b/samples/Cpp/SimpleGame/proj.android/AndroidManifest.xml @@ -16,7 +16,7 @@ android:label="@string/app_name" android:screenOrientation="landscape" android:theme="@android:style/Theme.NoTitleBar.Fullscreen" - android:configChanges="orientation"> + android:configChanges="orientation|screenSize|smallestScreenSize">