summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2023-10-11 10:18:46 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2023-10-11 10:18:46 -0400
commitf37a5a4c73ec2c80254b343274021a74de51dd8c (patch)
treefb3a4a55fcfab5a0963bd209719d8d09e3724179
parentb7bbe8c7b49349b3e7f8c2003eeb4fcd123fcc4c (diff)
launcher target API level set to 33
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index 999f276a..65a6a2c3 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -674,6 +674,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>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>