exploit protection compatibility mode notification

This commit is contained in:
Daniel Micay 2022-10-06 11:26:07 -04:00
parent 3f162b7494
commit b1b667a3ba

View File

@ -593,6 +593,7 @@
<li>Pixel 4a: raise maximum number of users to 32 to match other devices (was being overridden by device overlay)</li> <li>Pixel 4a: raise maximum number of users to 32 to match other devices (was being overridden by device overlay)</li>
<li>Storage Scopes: fix denial of app ops that are allowed by default</li> <li>Storage Scopes: fix denial of app ops that are allowed by default</li>
<li>Storage Scopes: fix showing storage permission prompt in certain cases</li> <li>Storage Scopes: fix showing storage permission prompt in certain cases</li>
<li>add notification with suggestion to try exploit protection compatibility mode when apps die in certain ways (will require some thought on wording, etc. to reduce the chance of users enabling this after an actual exploit is successfully mitigated)</li>
<li>Sandboxed Google Play compatibility layer: support intercepting SynchronousResultReceiver exceptions</li> <li>Sandboxed Google Play compatibility layer: support intercepting SynchronousResultReceiver exceptions</li>
<li>Sandboxed Google Play compatibility layer: improve handling of pending intents</li> <li>Sandboxed Google Play compatibility layer: improve handling of pending intents</li>
<li>Sandboxed Google Play compatibility layer: silence notification channels by default</li> <li>Sandboxed Google Play compatibility layer: silence notification channels by default</li>