diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-12-31 19:16:40 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-12-31 19:16:40 -0500 |
| commit | df6df300533c8e7c1b97251298408c4ee04c8254 (patch) | |
| tree | a8459488ae4cf31819b7912bfa1adc75ced04521 | |
| parent | 3b9b1ee7cb5f835d761c993eed7babd74c297a82 (diff) | |
clarify Google Search app change
| -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 3ab173a6..1333f804 100644 --- a/static/releases.html +++ b/static/releases.html @@ -749,7 +749,7 @@ <li>backport upstream fix for Wi-Fi background scan system_server crash</li> <li>hardened_malloc / bionic: restore default SIGABRT handler in fatal_error to work around crashlytics bug caused by it using fork instead of clone which triggers a deadlock when malloc locks are held already</li> <li>skip missing sensors permission notification with wrong app id</li> - <li>Sandboxed Google Play compatibility layer: avoid crashes from missing Google Search app</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: add workaround for rare foreground service crash (may be upstream bug)</li> |
