From a94d0c292d85c3a9a616b2a48f9372587367a057 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 28 Feb 2025 12:04:06 -0500 Subject: [PATCH] exclude network location provider from location indicator --- static/releases.html | 1 + 1 file changed, 1 insertion(+) diff --git a/static/releases.html b/static/releases.html index 0aafbc66..165069e2 100644 --- a/static/releases.html +++ b/static/releases.html @@ -565,6 +565,7 @@
  • add built-in battery optimization exception for Network Location app
  • restrict 5G only mode to carriers with 5G standalone support to avoid setting the option silently failing
  • 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
  • +
  • exclude network location provider from the GrapheneOS location indicatorsince it's meant to be shown for apps requesting location rather than showing users when the OS location services listen for GNSS satellite broadcasts and scan nearby networks
  • 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)