summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2022-03-08 08:09:42 -0500
committerDaniel Micay <danielmicay@gmail.com>2022-03-08 08:12:21 -0500
commitad233d6969ce326a225ada431c6611db9835bbc1 (patch)
tree4b7cd6f5696451a7e9334978824016ff6c1b22e3 /static
parent946c61f6bb0873c2fef1e8963424d45813b8b7e4 (diff)
clarify DownloadManager improvement
Diffstat (limited to 'static')
-rw-r--r--static/releases.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html
index eb3e549c..827be0c9 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -551,7 +551,7 @@
<li>Sandboxed Google Play compatibility layer: extend, optimize and improve the robustness of the compatiblity shims to improve the compatibility layer in general</li>
<li>Sandboxed Google Play compatibility layer: fix regressions in compatibility with the Google Play geolocation service for users choosing to disable redirection to the OS geolocation service in order to use their network location and other features</li>
<li>Sandboxed Google Play compatibility layer: prevent Play services from trying to update OS fonts since it requires a privileged permission and the service will crash from the SecurityException</li>
- <li>further improve friendliness of DownloadManager with the Network permission revoked</li>
+ <li>make DownloadManager friendlier to apps with the Network permission revoked by avoiding SecurityExceptions in more cases and giving them errors they know how to handle instead</li>
<li>Camera: update to <a href="https://github.com/GrapheneOS/Camera/releases/tag/14">version 14</a></li>
<li>Camera: update to <a href="https://github.com/GrapheneOS/Camera/releases/tag/15">version 15</a></li>
<li>Camera: update to <a href="https://github.com/GrapheneOS/Camera/releases/tag/16">version 16</a></li>