--- a/project_files/Android-build/SDL-android-project/AndroidManifest.xml Sun Jan 15 21:00:10 2012 +0100
+++ b/project_files/Android-build/SDL-android-project/AndroidManifest.xml Sun Jan 15 21:04:31 2012 +0100
@@ -30,8 +30,8 @@
<activity android:name=".Downloader.DownloadListActivity"
android:label="@string/app_name"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
- android:screenOrientation='landscape'>
- </activity>
+ android:screenOrientation='landscape'
+ android:launchMode="singleTop"/>
<service android:name=".Downloader.DownloadService"/>