diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-10-16 17:44:06 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-10-16 17:44:22 -0400 |
| commit | 1f404f09daaeda6fede297f431f84aecd166fc27 (patch) | |
| tree | 9aff7c04a830c43ee0b95ffe981b4ca47032c952 | |
| parent | 5b5445619d50d935492f10ebfa35a72d43b0a2ae (diff) | |
remove keyboard launcher icon
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 33a8af8b..c23b8075 100644 --- a/static/releases.html +++ b/static/releases.html @@ -543,6 +543,7 @@ <li>Sandboxed Google Play compatibility layer: replace GmsCompatConfig Bluetooth stubs with in-place checks for improved reliability and readability</li> <li>ignore the standard stock OS configured Factory Reset Protection since installing GrapheneOS implies the ability to bypass it via the device being unlocked and if we added our own anti-theft system it would not use the same approach using Google account recovery</li> <li>disable temporary unconditional system crash notifications since we've gotten the initial feedback we needed via the previous release</li> + <li>Keyboard: remove launcher icon to avoid it temporarily showing up in new users/profiles (not a recent regression)</li> <li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-142">version 142</a></li> <li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-143">version 143</a></li> </ul> |
