From c688f7394c52e60a5aa31f662cc34bf5ca7df11e Mon Sep 17 00:00:00 2001 From: saschawillems Date: Fri, 10 Mar 2017 14:08:54 +0100 Subject: [PATCH] Updated Android manifest [skip ci] --- android/texture/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/android/texture/AndroidManifest.xml b/android/texture/AndroidManifest.xml index a61fd925..000250a7 100644 --- a/android/texture/AndroidManifest.xml +++ b/android/texture/AndroidManifest.xml @@ -15,6 +15,7 @@ android:label="Texture" android:theme="@android:style/Theme.NoTitleBar.Fullscreen" android:launchMode="singleTask" + android:screenOrientation="landscape" android:configChanges="orientation|screenSize|keyboardHidden">