summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2025-02-28 11:06:24 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2025-02-28 11:06:24 -0500
commit079915ca1ee75adc02c5130de6309673fb6d3a93 (patch)
treef3d244a6ec39ebf00914ce2973e54cdfc09afccc
parent8349f34c366d105ed18ce534c41c00a7508be05a (diff)
network location related fixes
-rw-r--r--static/releases.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index 57a1948d..0aafbc66 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -564,6 +564,8 @@
<ul>
<li>add built-in battery optimization exception for Network Location app</li>
<li>restrict 5G only mode to carriers with 5G standalone support to avoid setting the option silently failing</li>
+ <li>fix ancient upstream bug causing system_server crashes when flushing an inactive location provider which was uncovered by us adding our own network location provider</li>
+ <li>Sandboxed Google Play compatibility layer: fix issues in our requestLocationSettingsDialog() implementation which were uncovered by providing our own network location provider (this is part of our reimplementation of the Google Play location service used when rerouting Google Play location requests to the OS is enabled which is the default)</li>
</ul>
</article>
-->