fix notification bug

This commit is contained in:
Daniel Micay 2024-07-02 15:20:02 -04:00
parent fb8bbe8fcf
commit 2edd2bf532

View File

@ -787,6 +787,7 @@
<ul>
<li>avoid skipping toggling USB port after unlock in certain edge cases to make sure devices connected while locked are always detected when unlocking</li>
<li>fix upstream bug causing first party app stores using the package install dialog to be blocked when the user isn't allowed to install apps from third party sources</li>
<li>fix notification suppression check in currently unused code to prepare for our per-app clipboard toggle</li>
<li>Settings: fully fix regression permitting disabling apps when it shouldn't be allowed due to device manager policy</li>
<li>Sandboxed Google Play compatibility layer: stub out reads of hidden system settings in Google's speech services app</li>
<li>Sandboxed Google Play compatibility layer: don't allow the Play Store to abort pending package installation to avoid it cancelling install/update attempts after 10 minutes of waiting for requested user approval it hasn't been designed to handle</li>