let's see if not claiming to handle orientation changes stops Samsung from ignoring my portrait-only setting.

This commit is contained in:
Eric House 2011-03-14 06:57:17 -07:00
parent 8bb2857e63
commit c0dd42d0ba

View file

@ -84,7 +84,6 @@
<activity android:name="BoardActivity"
android:theme="@android:style/Theme.Light"
android:screenOrientation="portrait"
android:configChanges="keyboardHidden|orientation"
>
</activity>