fix silencing specific crash report

This commit is contained in:
Daniel Micay 2024-11-27 13:46:55 -05:00
parent a1e486581e
commit 5cfe31461a

View File

@ -552,6 +552,7 @@
<li>Sandboxed Google Play compatibility layer: make Google text-to-speech app queryable by other apps in the same profile by default as it is on the stock OS since libraries using it don't declare the query explicitly (note apps and their libraries can declare any queries they want including for any app with a launcher activity and there's no approval along with there being other ways to detect apps)</li>
<li>Settings: opt-out of Android 15 edge-to-edge for the developer options app picker activity since it's not properly supported yet (upstream bug)</li>
<li>Setup Wizard: avoid incredibly rare edge case crash (uncaught exception) when trying to disable OEM unlocking when it's already disabled and not allowed to be disabled by the carrier</li>
<li>fix avoiding reporting harmless fingerprint-related crash with our added crash reporting</li>
<li>kernel (5.10): update to latest GKI LTS branch revision</li>
<li>kernel (6.1): update to latest GKI LTS branch revision</li>
<li>kernel (6.6): update to latest GKI LTS branch revision including update to 6.6.57</li>