summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 56cdb9c1..031b3d37 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -57,7 +57,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:allowBackup="false">
<provider android:name=".DownloadProvider"
android:authorities="downloads" android:exported="true">