hint at why logout support is so useful

This commit is contained in:
Daniel Micay 2020-10-04 20:24:20 -04:00
parent 4e028db082
commit eae528011e

View File

@ -405,7 +405,7 @@
<ul> <ul>
<li>hardened_malloc: optimize and harden initialization sanity checks</li> <li>hardened_malloc: optimize and harden initialization sanity checks</li>
<li>work around upstream bug causing null pointer crashes from media notifications in secondary profiles</li> <li>work around upstream bug causing null pointer crashes from media notifications in secondary profiles</li>
<li>enable secondary user logout support by default</li> <li>enable secondary user logout support by default (purges credential encrypted storage keys from memory)</li>
<li>add back screenshot action to global action list as an alternative to the key chord (power button + volume down) and screenshot button in the gesture navigation recent apps list</li> <li>add back screenshot action to global action list as an alternative to the key chord (power button + volume down) and screenshot button in the gesture navigation recent apps list</li>
</ul> </ul>