summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2014-03-27 18:16:32 -0700
committerThe Android Automerger <android-build@google.com>2014-03-27 19:59:07 -0700
commitba5f1f27890cea44b13cb79b50c2c3176d916708 (patch)
tree7a5fad36693f87c2f9f41262d428bc66894771a4
parentab4c3f1f91ce82c7b0418473720c1cb0481d53eb (diff)
downloadbase-ba5f1f27890cea44b13cb79b50c2c3176d916708.tar.gz
Enlarge space allowed for internal downloads.
Bug: 13673309 Change-Id: Iefafe9abc9f116199f4a76d85bd0d7bfd872103d
-rw-r--r--core/res/res/values/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index a3b81327b738..98ed72dc690e 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -923,7 +923,7 @@
<!-- Max space (in MB) allocated to DownloadManager to store the downloaded
files if they are to be stored in DownloadManager's data dir,
which typically is /data/data/com.android.providers.downloads/files -->
- <integer name="config_downloadDataDirSize">100</integer>
+ <integer name="config_downloadDataDirSize">200</integer>
<!-- Max number of downloads allowed to proceed concurrently -->
<integer name="config_MaxConcurrentDownloadsAllowed">5</integer>