am 0bc7cea6: Enlarge space allowed for internal downloads.

* commit '0bc7cea6aa2523f9f519f63038c541cb1b1942a8':
  Enlarge space allowed for internal downloads.
This commit is contained in:
Jeff Sharkey
2014-03-28 01:43:53 +00:00
committed by Android Git Automerger

View File

@@ -923,7 +923,7 @@
<!-- Max space (in MB) allocated to DownloadManager to store the downloaded <!-- Max space (in MB) allocated to DownloadManager to store the downloaded
files if they are to be stored in DownloadManager's data dir, files if they are to be stored in DownloadManager's data dir,
which typically is /data/data/com.android.providers.downloads/files --> 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 --> <!-- Max number of downloads allowed to proceed concurrently -->
<integer name="config_MaxConcurrentDownloadsAllowed">5</integer> <integer name="config_MaxConcurrentDownloadsAllowed">5</integer>