diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-02-04 18:30:13 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-02-04 18:32:51 -0500 |
| commit | 55173df82f7dd38208836a718ad00fd2b91b5a78 (patch) | |
| tree | 4a118d590fdbe1d5a93d58b4704ff8f491f3b003 | |
| parent | 2d1d5af47638a8a2055ae3a34c40e92be8e2ec59 (diff) | |
add package name to Settings app overview page
| -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 769cca4f..ee9fcf82 100644 --- a/static/releases.html +++ b/static/releases.html @@ -519,6 +519,7 @@ <li>Vanadium: enable CFI cast checks</li> <li>change GmsCompat app label from "Sandboxed Google Play" to "GmsCompat" and the activity name to "Sandboxed Google Play settings"</li> <li>Camera: update to <a href="https://github.com/GrapheneOS/Camera/releases/tag/11">version 11</a></li> + <li>Settings: add package name to app overview page</li> <li>only grant the special GrapheneOS runtime permissions (Network, Sensors) for compatibility on installation for user installed apps (only relevant to Network in practice)</li> <li>add GmsCompat to list of essential system components in Settings</li> <li>do not mark dun APN types as read-only (allows editing more carrier APNs)</li> |
