diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2025-03-10 00:37:05 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-03-11 11:12:27 -0400 |
| commit | b18b33734ac3076b2d6f5311eddb58ccad76663d (patch) | |
| tree | 68711456f3fb5f978b426e960b71ea6a6f19b8d3 /static | |
| parent | 30ec5af77432ed72a842936acd99d0034b0c3c49 (diff) | |
clarify isGoogleLocationAccuracyEnabled compat fix
Diffstat (limited to 'static')
| -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 d08ef512..adc0e49a 100644 --- a/static/releases.html +++ b/static/releases.html @@ -601,7 +601,7 @@ <li>SystemUI: re-enable migrate_clocks_to_blueprint and communal_hub flags with workarounds for upstream issues when using standard AOSP UI components instead of Pixel OS components</li> <li>Android Debug Bridge: fix upstream crash caused by a race condition that sometimes unregistered a closed file descriptor from epoll</li> <li>Sandboxed Google Play compatibility layer: fix issue breaking RPC transactions which impacts the Terminal app</li> - <li>Sandboxed Google Play compatibility layer: add implementation of isGoogleLocationAccuracyEnabled() always returning true to fix compatibility with apps checking for it</li> + <li>Sandboxed Google Play compatibility layer: add implementation of isGoogleLocationAccuracyEnabled() to the location rerouting implementation always returning true to fix compatibility with apps checking for it</li> <li>Sandboxed Google Play compatibility layer: fix definition of IStatusCallback.onCompletion() to slightly improve performance</li> <li>allow Terminal app to use WebView JIT since it requires WebAssembly</li> <li>kernel (6.6): update to latest GKI LTS branch revision including update to 6.6.80</li> |
