From fe1a72a5bcd729758c38a71be688a8ce1ea8c6d8 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 31 Aug 2024 20:53:13 -0400 Subject: [PATCH] document temporary lack global storage DCL toggle --- static/releases.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/releases.html b/static/releases.html index 4d66e1cd..e23f74c0 100644 --- a/static/releases.html +++ b/static/releases.html @@ -882,7 +882,7 @@
  • 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 (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 storage dynamic code loading restriction toggle (applies to both native code and Android Runtime class loading for Java/Kotlin), temporarily without a global toggle until Google phases out the old dynamite module system for Google Play due to many apps temporarily depending on this through it
  • 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)