fix NPE from Storage Scopes

This commit is contained in:
Daniel Micay 2025-03-11 09:35:46 -04:00
parent ca01e5235b
commit 14cfa91853

View File

@ -570,6 +570,7 @@
<p>Changes since the 2025030900 release:</p>
<ul>
<li>fix Storage Scopes related null pointer exception in the permissions manager</li>
<li>Bluetooth: backport fix for empty adapter name handling in Android 15 QPR2 to avoid crashes when the name is set to an empty value or whitespace</li>
<li>Terminal (virtual machine management app): backport a large set of improvements including terminal tabs, GUI support with opt-in GPU hardware acceleration (ANGLE-based VirGL until GPU virtualization support is available), speaker/microphone support and fixes for a bunch of bugs including overly aggressive timeouts</li>
<li>Settings: add Terminal app toggle to System category when developer options are enabled (requirement will be dropped when it's no longer experimental) so it can be enabled in other users (it's still currently only possible to use 1 instance at a time due to conflicting use of an internal network specific to virtual machine management)</li>