show first crash dialog

This commit is contained in:
Daniel Micay 2023-10-28 01:31:51 -04:00
parent 4e1659c388
commit c57c94d284

View File

@ -717,6 +717,7 @@
<p>Changes since the 2023102300 release:</p>
<ul>
<li>show crash dialog for first crash of an app since boot instead of waiting until the second crash like upstream Android</li>
<li>add infrastructure for build variations based on hardware memory tagging support</li>
<li>Gallery: fix low resolution image preview in editor</li>
<li>restore Android 13 behavior for installing APKs from the file manager by requesting permission for the app which created the APK (current Google Files behavior is a bit different and requests permission for Google Files, but the AOSP Files approach seems more useful)</li>