diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-02-27 03:31:12 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-02-27 03:31:41 -0500 |
| commit | 1d8576df2a230db53d6371b71140dc5a101e15d7 (patch) | |
| tree | ef936593b30fc0d7c6f25c8fb382990943db165c | |
| parent | 89ab32dbe34fceb544338d33a78cab7a1aafb09d (diff) | |
disallow apps reading modern GrapheneOS settings
| -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 675ea557..74414e26 100644 --- a/static/releases.html +++ b/static/releases.html @@ -671,6 +671,7 @@ <ul> <li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-35">version 35</a></li> <li>Vanadium: update to <a href="https://github.com/GrapheneOS/Vanadium/releases/tag/110.0.5481.154.1">version 110.0.5481.154.1</a></li> + <li>disallow apps reading Global/Secure settings added by GrapheneOS via the new infrastructure since we currently have no settings apps need to read</li> </ul> </article> --> |
