diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-11-24 21:01:25 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-11-24 21:01:25 -0500 |
| commit | 79d0ad57758065ca0d32c24e4de56d3e42e7aeb2 (patch) | |
| tree | ec7b1c999c7aa40ef4f3ab6b338453f6f383eaea | |
| parent | 32b05eb07e4ef4901586faa68a939fc86fa18d3e (diff) | |
secondary user FCM fix
| -rw-r--r-- | static/releases.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index 4f5ae043..78b3117b 100644 --- a/static/releases.html +++ b/static/releases.html @@ -468,7 +468,8 @@ <p>Changes since the 2021112123 release:</p> <ul> - <li>Sandboxed Play services compatibility layer: mark Play Store confirmation notification as ongoing to avoid users dismissing the notification and then being unable to accept or reject the install/update/uninstall action/li> + <li>Sandboxed Play services compatibility layer: add another UserManager shim to fix issue with FCM in secondary user profiles</li> + <li>Sandboxed Play services compatibility layer: mark Play Store confirmation notification as ongoing to avoid users dismissing the notification and then being unable to accept or reject the install/update/uninstall action</li> <li>Camera: update to <a href="https://github.com/GrapheneOS/Camera/releases/tag/6">version 6</a></li> </ul> </article> |
