diff options
| author | 2014-03-28 01:43:53 +0000 | |
|---|---|---|
| committer | 2014-03-28 01:43:53 +0000 | |
| commit | a686d16d5924d2afe06586110e7dca33ecad535c (patch) | |
| tree | ac6acd9b038e34b639f7a0a68c397b6dc4e4d450 | |
| parent | 69511ada3cc833f341bd7df006de0f8c44848eb8 (diff) | |
| parent | 0bc7cea6aa2523f9f519f63038c541cb1b1942a8 (diff) | |
am 0bc7cea6: Enlarge space allowed for internal downloads.
* commit '0bc7cea6aa2523f9f519f63038c541cb1b1942a8':
Enlarge space allowed for internal downloads.
| -rw-r--r-- | core/res/res/values/config.xml | 2 |
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> |