project_files/Android-build/SDL-android-project/AndroidManifest.xml
changeset 6597 814683bbd230
parent 6566 bc1214f66ee4
child 6728 ce2b24995ab2
--- 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" />