Android rotates to the sensor landscape

This commit is contained in:
Aaron Culliney 2015-03-22 19:13:28 -07:00
parent 47ff7b5c08
commit a4987671d9

View File

@ -17,7 +17,7 @@
<activity
android:name=".Apple2Activity"
android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|screenLayout|fontScale|uiMode|orientation"
android:screenOrientation="landscape"
android:screenOrientation="sensorLandscape"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:windowSoftInputMode="adjustResize" >
<intent-filter>