Prevent the Game activity from being relaunch due to config changes that weren't handled before

This commit is contained in:
Cameron Gutman 2014-03-30 18:26:33 -04:00
parent b908c5cec3
commit 20635a3012

View File

@ -29,7 +29,7 @@
<activity <activity
android:name="com.limelight.Game" android:name="com.limelight.Game"
android:screenOrientation="sensorLandscape" android:screenOrientation="sensorLandscape"
android:configChanges="orientation|keyboardHidden|screenSize" android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|screenLayout|fontScale|uiMode|orientation|screenSize|smallestScreenSize|layoutDirection"
android:label="@string/title_activity_game" android:label="@string/title_activity_game"
android:parentActivityName="com.limelight.Connection" android:parentActivityName="com.limelight.Connection"
android:theme="@style/FullscreenTheme" > android:theme="@style/FullscreenTheme" >