improve Pixel Thermometer isolation

This commit is contained in:
Daniel Micay 2024-08-31 10:28:38 -04:00
parent e7b0b0925c
commit 40517bda7a

View File

@ -865,7 +865,8 @@
<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>
<li>add support for Pixel Thermometer app available from our App Store for the Pixel 8 Pro, Pixel 9 Pro and Pixel 9 Pro XL</li> <li>add support for enabling app association restrictions without exemptions (currently for use with Pixel Thermometer)</li>
<li>add support for Pixel Thermometer app available from our App Store for the Pixel 8 Pro, Pixel 9 Pro and Pixel 9 Pro XL with strict isolation from other apps</li>
<li>add missing feature compatibility matrix definitions (mainly for 9th generation Pixels)</li> <li>add missing feature compatibility matrix definitions (mainly for 9th generation Pixels)</li>
<li>add support for using backslashes in the passphrases for encrypting the keys for signing OS releases</li> <li>add support for using backslashes in the passphrases for encrypting the keys for signing OS releases</li>
<li>Contact Scopes: explicitly set initialization order after ContactsProvider2 to avoid uncaught exceptions from a race</li> <li>Contact Scopes: explicitly set initialization order after ContactsProvider2 to avoid uncaught exceptions from a race</li>