summaryrefslogtreecommitdiffstats
path: root/ui/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ui/AndroidManifest.xml')
-rw-r--r--ui/AndroidManifest.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/AndroidManifest.xml b/ui/AndroidManifest.xml
index f707dfbd..61669154 100644
--- a/ui/AndroidManifest.xml
+++ b/ui/AndroidManifest.xml
@@ -13,9 +13,9 @@
android:supportsRtl="true"
android:requiredForAllUsers="true">
- <activity android:name=".DownloadList"
- android:launchMode="singleTop"
- android:theme="@android:style/Theme.Holo.DialogWhenLarge">
+ <activity
+ android:name=".DownloadList"
+ android:theme="@android:style/Theme.NoDisplay">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />