diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-08-09 07:02:54 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-08-25 23:15:08 -0400 |
| commit | dac5952233e60eec89f1bfee78fa71fa6e8d972e (patch) | |
| tree | 4794cb70dae2aa4e8fe645ccf63afa15e5882b91 | |
| parent | bb883ac89b0be798332b7efdb0e10d98457987b9 (diff) | |
sandboxed Google Play improvements
| -rw-r--r-- | static/releases.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 00517002..ab643088 100644 --- a/static/releases.html +++ b/static/releases.html @@ -577,6 +577,13 @@ <ul> <li>update displayed patch level to 2022-08-01 (patches were shipped in the previous release but displayed patch level wasn't updated)</li> <li>allow selecting the Download directory via Storage Scopes</li> + <li>Sandboxed Google Play compatibility layer: stub out getPrivilegedConfiguredNetworks() to fix sharing Wi-Fi credentials with a WearOS device and other features</li> + <li>Sandboxed Google Play compatibility layer: add workaround for another power exemption whitelist use tied to WearOS</li> + <li>Sandboxed Google Play compatibility layer: notify the user about GMS crashes</li> + <li>Sandboxed Google Play compatibility layer: improved robust / future proofing</li> + <li>Sandboxed Google Play compatibility layer: add support for installing Google Chrome via Play Store via the unprivileged package installation API by safely breaking up the multi-package session</li> + <li>Sandboxed Google Play compatibility layer: improve compatibility with Nearby Share</li> + <li>exec spawning: don't close binder connection when the app crashes</li> </ul> </article> --> |
