Set noHistory for the Game activity

This commit is contained in:
Cameron Gutman 2016-11-24 11:23:18 -08:00
parent 832e52ac74
commit 0704f2aaf6

View File

@ -85,6 +85,7 @@
android:name=".Game"
android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|screenLayout|fontScale|uiMode|orientation|screenSize|smallestScreenSize|layoutDirection"
android:screenOrientation="sensorLandscape"
android:noHistory="true"
android:theme="@style/StreamTheme">
<meta-data
android:name="android.support.PARENT_ACTIVITY"