From 5c2d463c9b444a67f5d393abcf58a5f541da178a Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 31 Aug 2024 20:16:41 -0400 Subject: [PATCH] clarify expanded scope of dynamic code loading restrictions --- static/releases.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/releases.html b/static/releases.html index 5d92aaee1..3bea14eb2 100644 --- a/static/releases.html +++ b/static/releases.html @@ -881,8 +881,8 @@

2024083100

  • don't hide Exploit protection Safety Center item in secondary users
  • Settings: improve UI for GrapheneOS app toggles including adding a screen for viewing the values across apps for each toggle
  • add more infrastructure for blocking dynamic code loading
  • -
  • Settings: add per-app memory dynamic code loading restriction toggle
  • -
  • Settings: add per-app storage dynamic code loading restriction toggle
  • +
  • Settings: add per-app memory dynamic code loading restriction toggle (applies to both native code and Android Runtime class loading for Java/Kotlin)
  • +
  • Settings: add per-app storage dynamic code loading restriction toggle (applies to both native code and Android Runtime class loading for Java/Kotlin)
  • Settings: add per-app WebView JIT restriction toggle
  • add production support for the Pixel 9, Pixel 9 Pro and Pixel 9 Pro XL
  • add experimental support for the Pixel 9 Pro Fold (we haven't received our preordered device for testing yet)