diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2025-03-09 09:34:06 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-03-11 11:12:27 -0400 |
| commit | 80559b6354d2f75d4b0820c9a30acb4e8d1ff2b4 (patch) | |
| tree | 2600eac0ee5430b17e58e02752081c9551784255 | |
| parent | ebac63f2f8c1dcff4dd8d4e3acde030e10b9bc23 (diff) | |
gmscompat location rerouting improvements
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 0446352e..8cccda79 100644 --- a/static/releases.html +++ b/static/releases.html @@ -572,6 +572,8 @@ <ul> <li>Android Debug Bridge: fix upstream fdsan crash from closing invalid file descriptor by fixing usage of 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: 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> </ul> |
