AndroidManifest.xml
changeset 745 8d56b9de5a92
parent 727 f17926a7dde1
child 781 cf5db8d24b2a
--- a/AndroidManifest.xml	Thu May 20 22:17:47 2010 +0200
+++ b/AndroidManifest.xml	Fri May 21 00:02:10 2010 +0200
@@ -6,7 +6,7 @@
 		android:icon="@drawable/beem_launcher_icon_silver" android:theme="@style/Theme.BEEM.Default"
 		android:debuggable="true" android:name=".BeemApplication">
 		<activity android:name=".ui.Login" android:label="@string/app_name"
-			android:screenOrientation="portrait" android:launchMode="standard">
+			android:launchMode="standard">
 			<intent-filter>
 				<action android:name="android.intent.action.MAIN" />
 				<category android:name="android.intent.category.LAUNCHER" />