summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-11-27 13:46:55 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2024-11-27 13:46:55 -0500
commit5cfe31461a5bf9585d7f9c2a57b5026c71f557b2 (patch)
tree2962e2ddfab6290744b5ca0a2849a5a5b7b3a12f
parenta1e486581ea8c043a62952a98aa8416919a6983c (diff)
fix silencing specific crash report
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index 6c50e0a9..44f4405b 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -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>