From ef68670c0c9dd09807bc9119f88f5fcf991a4a3c Mon Sep 17 00:00:00 2001 From: ehouse Date: Thu, 7 Jan 2010 14:37:09 +0000 Subject: [PATCH] remove claim to handle orientation changes. Now on screen turn activity is destroyed and recreated, allowing to lay the board out anew. This is inefficient, but a good test for now. --- xwords4/android/XWords4/AndroidManifest.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/xwords4/android/XWords4/AndroidManifest.xml b/xwords4/android/XWords4/AndroidManifest.xml index 4f0fcedf0..ff5535897 100644 --- a/xwords4/android/XWords4/AndroidManifest.xml +++ b/xwords4/android/XWords4/AndroidManifest.xml @@ -66,7 +66,6 @@ android:theme="@android:style/Theme.Light" android:label="@string/title_game" android:screenOrientation="sensor" - android:configChanges="keyboardHidden|orientation" >