diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-10-13 15:58:48 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-10-13 15:59:35 -0400 |
| commit | b9a11e271256fdc5c3f72eb75c5c0656e92603a2 (patch) | |
| tree | 50977ed1f10bd27e6c32e62c837f1855c7d8b254 /static | |
| parent | 777d3037b754fdd6a44f9d9340bcc526e8ee28ce (diff) | |
gmscompat and secondary user fixes
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 f1eb10e7..f3079a4f 100644 --- a/static/releases.html +++ b/static/releases.html @@ -714,6 +714,9 @@ <p>Changes since the 2023101100 release:</p> <ul> + <li>Sandboxed Google Play compatibility layer: expand background activity launch shim to all the core Google Play apps to fix sandboxed Play Store compatibility issues with Android 14</li> + <li>Sandboxed Google Play compatibility layer: fix "Don't show again" notification action which broke after Android 14 port</li> + <li>exempt non-app system packages from new package visibility restrictions to fix many APIs in secondary users</li> <li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-78">version 78</a></li> </ul> </article> |
