--- a/project_files/Android-build/SDL-android-project/AndroidManifest.xml Tue Jan 24 03:38:18 2012 +0100
+++ b/project_files/Android-build/SDL-android-project/AndroidManifest.xml Tue Jan 24 18:11:56 2012 +0100
@@ -9,8 +9,7 @@
<application android:label="@string/app_name" android:icon="@drawable/icon">
<activity android:name=".MainActivity"
android:label="@string/app_name"
- android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
- android:launchMode="singleTask">
+ android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />