From e63f494fc31f7e71f552048d7c40f38e4fef528d Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 31 Dec 2023 19:17:27 -0500 Subject: [PATCH] clarify location change refers to Android Auto --- static/releases.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/releases.html b/static/releases.html index 1333f804..fefc980e 100644 --- a/static/releases.html +++ b/static/releases.html @@ -751,7 +751,7 @@
  • skip missing sensors permission notification with wrong app id
  • Sandboxed Google Play compatibility layer: avoid crashes in Android Auto and potentially elsewhere from missing Google Search app to make it a proper optional dependency
  • Sandboxed Google Play compatibility layer: fix handling of while-in-use permissions
  • -
  • Sandboxed Google Play compatibility layer: drop ACCESS_BACKGROUND_LOCATION permission now that while-in-use permission works
  • +
  • Sandboxed Google Play compatibility layer: drop ACCESS_BACKGROUND_LOCATION permission for Android Auto now that while-in-use permission works
  • Sandboxed Google Play compatibility layer: add workaround for rare foreground service crash (may be upstream bug)