diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-01-10 04:15:39 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-01-10 04:15:39 -0500 |
| commit | b791a15269e6a516fa0a4b78e727a6446556bd4a (patch) | |
| tree | eccd180279a1e01fb6254e01db5cc817f77fdfad | |
| parent | a559498739f61886ec903a1265cc93ec947da901 (diff) | |
gmscompat: improve account sign in / removal
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 30b43f91..10e43489 100644 --- a/static/releases.html +++ b/static/releases.html @@ -515,6 +515,8 @@ <li>Camera: update to <a href="https://github.com/GrapheneOS/Camera/releases/tag/9">version 9</a></li> <li>TalkBack (screen reader): update base version to 370044210 and port our changes (other than Play services vision library removal since it now provides useful OCR functionality we need to replace rather than removing)</li> <li>Sandboxed Play services compatibility layer: extend compatibility layer to Play Games Services (Google Play Games can be installed from the Play Store)</li> + <li>Sandboxed Play services compatibility layer: always allow removing Google account to bypass broken check for whether removal is allowed</li> + <li>Sandboxed Play services compatibility layer: improve account sign in UX by pretending the backup service is inactive so Play services doesn't try to access it</li> </ul> </article> --> |
