Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41cddd19 authored by Ricardo Cervera's avatar Ricardo Cervera
Browse files

docs: Fixed minor bug in downloads class. Bug: 16948533

Change-Id: Id434c2a85b875dc5bcb5e5ebeec2e412494d6cbe
parent 8319455a
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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>

<pre>Context.getCache();</pre>
<pre>Context.getCacheDir();</pre>

<p>Files stored in either cache location will be erased when the application is uninstalled.</p>