diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-11-04 22:46:14 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-11-04 23:13:44 -0500 |
| commit | b8fd6efd1dbc5cf4967fdf3da62cba9a279e041a (patch) | |
| tree | aadc861f38fdb7122cd8447e5570d0a6b57662e7 | |
| parent | 48a5c2efe8f40275f98acddc66365c84b4565d4f (diff) | |
clariy log viewer link fix
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index 597050b7..dd7a5645 100644 --- a/static/releases.html +++ b/static/releases.html @@ -553,7 +553,7 @@ <li>add workaround for rare system_server null pointer exception crash in showShutdownDialog()</li> <li>add missing null handling for extended application error report</li> <li>fix upstream bug causing App Not Responding link to not work properly outside of Owner</li> - <li>Settings: avoid opening parent user log in nested profiles (Private Space, work profile)</li> + <li>Settings: avoid opening parent user log viewer in nested profiles (Private Space, work profile)</li> <li>System Updater, GmsCompat: reduce included SettingsLib components to reduce the size of these apps from around 10MB each to below 4MB each</li> <li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-146">version 146</a></li> </ul> |
