document temporary lack global storage DCL toggle

This commit is contained in:
Daniel Micay 2024-08-31 20:53:13 -04:00
parent b3bc93c111
commit fe1a72a5bc

View File

@ -882,7 +882,7 @@
<li>Settings: improve UI for GrapheneOS app toggles including adding a screen for viewing the values across apps for each toggle</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>add more infrastructure for blocking dynamic code loading</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 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 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</li>
<li>Settings: add per-app WebView JIT restriction toggle</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 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> <li>add experimental support for the Pixel 9 Pro Fold (we haven't received our preordered device for testing yet)</li>