am a6c12f01: Merge "docs: Fixed minor bug in downloads class. Bug: 16948533" into klp-modular-docs

* commit 'a6c12f0189c92b556fd7c3af3d8466d9b6d828c9':
  docs: Fixed minor bug in downloads class. Bug: 16948533
This commit is contained in:
Ricardo Cervera
2014-09-11 00:06:10 +00:00
committed by Android Git Automerger

View File

@@ -60,7 +60,7 @@ if (lastModified < lastUpdateTime) {
<p>Alternatively, you can use the managed / secure application cache. Note that this internal cache may be flushed when the system is running low on available storage.</p> <p>Alternatively, you can use the managed / secure application cache. Note that this internal cache may be flushed when the system is running low on available storage.</p>
<pre>Context.getCache();</pre> <pre>Context.getCacheDir();</pre>
<p>Files stored in either cache location will be erased when the application is uninstalled.</p> <p>Files stored in either cache location will be erased when the application is uninstalled.</p>