opt-out Radio Info from edge-to-edge

This commit is contained in:
Daniel Micay 2024-10-17 12:58:28 -04:00
parent 69eb522f9e
commit 99441b679e

View File

@ -533,6 +533,7 @@
<p>Changes since the 2024101700 release:</p>
<ul>
<li>Radio Info: opt-out of Android 15 edge-to-edge since it's not properly supported yet (upstream bug)</li>
</ul>
</article>
-->
@ -558,7 +559,7 @@
<li>Messaging: add new permissions needed on Android 15 (READ_CELL_BROADCASTS and RECEIVE_WAP_PUSH) which avoids it prompting to be set as the default app instead of completing certain actions requiring privileges it was missing</li>
<li>Settings: port our default enabled per-connection MAC randomization option to the new Compose-based UI in Android 15 so the default mode displays properly and it can be restored back to the default value</li>
<li>fix Android 15 port of our toggle for disabling granting our Sensors permission by default</li>
<li>Storage Manager, Emergency Info: opt-out of Android 15 edge-to-edge since it's not properly supported yet</li>
<li>Storage Manager, Emergency Info: opt-out of Android 15 edge-to-edge since it's not properly supported yet (upstream bugs)</li>
<li>Sandboxed Google Play compatibility layer: replace GmsCompatConfig Bluetooth stubs with in-place checks for improved reliability and readability</li>
<li>ignore the standard stock OS configured Factory Reset Protection since installing GrapheneOS implies the ability to bypass it via the device being unlocked and if we added our own anti-theft system it would not use the same approach using Google account recovery</li>
<li>disable temporary unconditional system crash notifications since we've gotten the initial feedback we needed via the previous release</li>