fix launcher legacy shortcut crash

This commit is contained in:
Daniel Micay 2023-10-11 14:19:27 -04:00
parent f37a5a4c73
commit 51ab91165c

View File

@ -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>