diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-04-10 08:08:27 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-04-10 08:08:27 -0400 |
| commit | e4d7e28ea3d2ff6d33f0551f9097a454cf151e65 (patch) | |
| tree | c0f52c6c2926ea9b8526fd1751397c90f85c2425 /static | |
| parent | 047fe985a1619875bafebfc36bca781c4e0a1da2 (diff) | |
gmscompat improvements
Diffstat (limited to 'static')
| -rw-r--r-- | static/releases.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 2656cf7c..d627b572 100644 --- a/static/releases.html +++ b/static/releases.html @@ -523,6 +523,9 @@ <ul> <li>Pixel 6, Pixel 6 Pro: update GKI base to ASB-2022-04-05_12-5.10 to start using the latest Android 12 GKI as a base</li> <li>Sandboxed Google Play compatibility layer: add additional compatibility shims to restore compatibility with Google Play Games</li> + <li>Sandboxed Google Play compatibility layer: restart GMS processes when permission gets granted since it has bad handling of being given permissions dynamically</li> + <li>Sandboxed Google Play compatibility layer: notify user when GMS needs an extra permission or a companion app</li> + <li>Sandboxed Google Play compatibility layer: improve code quality and performance</li> <li>Sandboxed Google Play compatibility layer (GmsCompat): improve user interface</li> </ul> </article> |
