From ad233d6969ce326a225ada431c6611db9835bbc1 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 8 Mar 2022 08:09:42 -0500 Subject: [PATCH] clarify DownloadManager improvement --- static/releases.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@
  • Sandboxed Google Play compatibility layer: extend, optimize and improve the robustness of the compatiblity shims to improve the compatibility layer in general
  • 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
  • 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
  • -
  • further improve friendliness of DownloadManager with the Network permission revoked
  • +
  • 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
  • Camera: update to version 14
  • Camera: update to version 15
  • Camera: update to version 16