diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-08-31 20:16:41 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-08-31 20:20:24 -0400 |
| commit | 5c2d463c9b444a67f5d393abcf58a5f541da178a (patch) | |
| tree | 5952218a3fe1675213b2274b5660dd7c0f680a57 | |
| parent | 426298b852ad906dcffae6bd70402708ef007a61 (diff) | |
clarify expanded scope of dynamic code loading restrictions
| -rw-r--r-- | static/releases.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/releases.html b/static/releases.html index 5d92aaee..3bea14eb 100644 --- a/static/releases.html +++ b/static/releases.html @@ -881,8 +881,8 @@ <li>don't hide Exploit protection Safety Center item in secondary users</li> <li>Settings: improve UI for GrapheneOS app toggles including adding a screen for viewing the values across apps for each toggle</li> <li>add more infrastructure for blocking dynamic code loading</li> - <li>Settings: add per-app memory dynamic code loading restriction toggle</li> - <li>Settings: add per-app storage dynamic code loading restriction toggle</li> + <li>Settings: add per-app memory dynamic code loading restriction toggle (applies to both native code and Android Runtime class loading for Java/Kotlin)</li> + <li>Settings: add per-app storage dynamic code loading restriction toggle (applies to both native code and Android Runtime class loading for Java/Kotlin)</li> <li>Settings: add per-app WebView JIT restriction toggle</li> <li>add production support for the Pixel 9, Pixel 9 Pro and Pixel 9 Pro XL</li> <li>add experimental support for the Pixel 9 Pro Fold (we haven't received our preordered device for testing yet)</li> |
