From 0704f2aaf6999b3e6c352fc21d88c9e4638d5549 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Thu, 24 Nov 2016 11:23:18 -0800 Subject: [PATCH] Set noHistory for the Game activity --- app/src/main/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 68287e56..332dea49 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -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">