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.
This commit is contained in:
ehouse 2010-01-07 14:37:09 +00:00
parent 4b9c328d8e
commit ef68670c0c

View file

@ -66,7 +66,6 @@
android:theme="@android:style/Theme.Light"
android:label="@string/title_game"
android:screenOrientation="sensor"
android:configChanges="keyboardHidden|orientation"
>
<!-- This filter says that we can edit the data of a game, i.e. play -->
<intent-filter android:label="@string/play">