AndroidManifest.xml
changeset 746 6b48526b94ef
parent 745 8d56b9de5a92
child 781 cf5db8d24b2a
--- a/AndroidManifest.xml	Wed May 19 20:10:41 2010 +0200
+++ b/AndroidManifest.xml	Mon May 31 00:05:36 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" />