AndroidManifest.xml
changeset 534 4a351c2d7217
parent 518 6b8089c9b834
child 539 b3a34023b8c8
child 540 45ee3f1b43ab
--- a/AndroidManifest.xml	Thu Nov 19 02:05:06 2009 +0100
+++ b/AndroidManifest.xml	Thu Nov 19 16:56:25 2009 +0100
@@ -5,7 +5,7 @@
 	<application android:label="@string/app_name"
 		android:icon="@drawable/beem_launcher_icon_silver" android:theme="@style/Theme.BEEM.Default"
 		android:debuggable="true" android:name="@string/app_name">
-		<activity android:name=".ui.Login" android:label="@string/app_name"
+		<activity android:name=".ui.Login" android:label="@string/app_name" android:screenOrientation="portrait"
 			android:launchMode="singleTask">
 			<intent-filter>
 				<action android:name="android.intent.action.MAIN" />