AndroidManifest.xml
changeset 702 f30ae9c4051e
parent 699 aa9aa525a5a6
child 723 c77d49614696
child 725 559845cadddb
--- a/AndroidManifest.xml	Sat Mar 06 07:42:22 2010 +0100
+++ b/AndroidManifest.xml	Sun Mar 07 07:31:24 2010 +0100
@@ -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="singleInstance">
+			android:screenOrientation="portrait" android:launchMode="standard">
 			<intent-filter>
 				<action android:name="android.intent.action.MAIN" />
 				<category android:name="android.intent.category.LAUNCHER" />