summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-12-09 12:30:56 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2024-12-09 12:30:56 -0500
commit1949a8c7d4a7ec13e9f88afd6344adf2e2a25e00 (patch)
tree687919f5b30624258b6417e5ab8447c9f835eb81
parentfa1e9d16af43c1ff73954354466427ea3bff6026 (diff)
work around upstream bug causing Mock Location crashes
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index fa18ee1e..b18ad828 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -551,6 +551,7 @@
<p>Changes since the 2024120702 release:</p>
<ul>
+ <li>prevent crashes caused by upstream Android bugs when a Mock Location provider is added or removed by avoiding ever removing location providers at runtime by keeping them around as disabled providers</li>
<li>delay activation of the Allow button for the Android Debug Bridge USB authorization dialog in order to avoid easily accidentally approving it</li>
<li>Sandboxed Google Play compatibility layer: fix Android Auto Bluetooth audio regressions from Android 15 QPR1</li>
<li>CarrierConfig2 (app created by GrapheneOS to replace Google CarrierSettings): add support for new ICCID MVNO type in Android 15 QPR1</li>