project_files/Android-build/SDL-android-project/AndroidManifest.xml
branchhedgeroid
changeset 6350 41b0a9955c47
parent 6343 9df5a486f41e
child 6427 d2629bdee65b
--- a/project_files/Android-build/SDL-android-project/AndroidManifest.xml	Thu Nov 24 13:40:17 2011 +0100
+++ b/project_files/Android-build/SDL-android-project/AndroidManifest.xml	Thu Nov 24 13:44:30 2011 +0100
@@ -22,15 +22,15 @@
 		  android:screenOrientation='landscape'>
         </activity>
         
-        <activity android:name=".Downloader.DownloadActivity"
+        <activity android:name=".Downloader.DownloadFragment"
                   android:label="@string/app_name"
-				  android:theme="@android:style/Theme.Dialog"
- 		  		  android:launchMode="singleTask">
+				  android:theme="@android:style/Theme.Dialog">
         </activity>
         
         <activity android:name=".Downloader.DownloadListActivity"
                   android:label="@string/app_name"
-				  android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
+				  android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
+				  android:screenOrientation='landscape'>
         </activity>
         
         <service android:name=".Downloader.DownloadService"/>