--- 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" />