From c472978d673edf40b6a42118b29bdc7ee35233a5 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 8 Mar 2022 18:09:29 -0500 Subject: [PATCH] clarify DownloadManager change further --- static/releases.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/releases.html b/static/releases.html index ca91b5bb..15efa207 100644 --- a/static/releases.html +++ b/static/releases.html @@ -552,7 +552,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
  • -
  • 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
  • +
  • make DownloadManager even 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