diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-12-31 10:49:12 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-12-31 10:49:12 -0500 |
| commit | 02da1eadfb18159eb8848fa8364b1f86eead0936 (patch) | |
| tree | 3b46104806b48cd7a2ea07ab9d597060a98c6f05 | |
| parent | ac9b7c9eba3a4eac7c2d07e0962fbfa1b82725e5 (diff) | |
sensors and gmscompat improvements
| -rw-r--r-- | static/releases.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 6e5f2aa7..3fc64cb0 100644 --- a/static/releases.html +++ b/static/releases.html @@ -724,6 +724,11 @@ <p>Changes since the 2023123000 release:</p> <ul> + <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: 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> </ul> </article> --> |
