OSDN Git Service

Enlarge space allowed for internal downloads.
authorJeff Sharkey <jsharkey@android.com>
Fri, 28 Mar 2014 01:16:32 +0000 (18:16 -0700)
committerThe Android Automerger <android-build@google.com>
Fri, 28 Mar 2014 02:59:07 +0000 (19:59 -0700)
Bug: 13673309
Change-Id: Iefafe9abc9f116199f4a76d85bd0d7bfd872103d

core/res/res/values/config.xml

index a3b8132..98ed72d 100644 (file)
     <!-- 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>