From fa181fa1b22cfbdfde3e1e48bcd3af3a63f9e857 Mon Sep 17 00:00:00 2001 From: fysx Date: Fri, 6 Dec 2013 16:00:58 +0100 Subject: [PATCH] disabled rotation of the screen --- AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 27db4184..4d1918fa 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -22,7 +22,8 @@ android:allowBackup="true" android:theme="@android:style/Theme.NoTitleBar.Fullscreen"> + android:label="@string/app_name" + android:screenOrientation="portrait">