summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/AndroidManifest.xml b/ui/AndroidManifest.xml
index 80510ed4..1b4af384 100644
--- a/ui/AndroidManifest.xml
+++ b/ui/AndroidManifest.xml
@@ -8,7 +8,8 @@
<application android:process="android.process.media"
android:label="@string/app_label"
- android:icon="@mipmap/ic_launcher_download">
+ android:icon="@mipmap/ic_launcher_download"
+ android:hardwareAccelerated="true">
<activity android:name=".DownloadList"
android:launchMode="singleTop">
<intent-filter>