summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2023-10-11 14:19:27 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2023-10-11 14:19:27 -0400
commit51ab91165c131d1f5fee45fa592edc141c12a375 (patch)
treef40272808db56f50c34d307a7099ab128208b519
parentf37a5a4c73ec2c80254b343274021a74de51dd8c (diff)
fix launcher legacy shortcut crash
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index 65a6a2c3..1cb8e9a1 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -675,6 +675,7 @@
<ul>
<li>enable customizing lock screen shortcuts</li>
<li>Launcher: set target API level to 33 since it doesn't properly support 34 and it prevents adding widgets among other potential issues (Pixel Launcher fork in the stock Pixel OS still uses 33 too)</li>
+ <li>Launcher: delete broken legacy shortcuts instead of crashing</li>
<li>Sandboxed Google Play compatibility layer: avoid crash in TelephonyManager.requestCellInfoUpdate()</li>
<li>Sandboxed Google Play compatibility layer: enable DynamiteLoader v2</li>
<li>fix per-app hardening configuration for apps missing from the Owner user</li>