diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-12-31 19:17:27 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-12-31 19:17:42 -0500 |
| commit | e63f494fc31f7e71f552048d7c40f38e4fef528d (patch) | |
| tree | b28887c951f214c4152f9582ff5a31c43f542a8a | |
| parent | df6df300533c8e7c1b97251298408c4ee04c8254 (diff) | |
clarify location change refers to Android Auto
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <li>skip missing sensors permission notification with wrong app id</li> <li>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</li> <li>Sandboxed Google Play compatibility layer: fix handling of while-in-use permissions</li> - <li>Sandboxed Google Play compatibility layer: drop ACCESS_BACKGROUND_LOCATION permission now that while-in-use permission works</li> + <li>Sandboxed Google Play compatibility layer: drop ACCESS_BACKGROUND_LOCATION permission for Android Auto now that while-in-use permission works</li> <li>Sandboxed Google Play compatibility layer: add workaround for rare foreground service crash (may be upstream bug)</li> </ul> </article> |
