From f08375e3627232aeeb2a0bc148d7a049749e363f Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 12 Oct 2023 15:46:36 -0400 Subject: [PATCH] drop fix which wasn't relevant from release notes This ended up being an upstream Android 14 bug impacting all apps in secondary users, not a sandboxed Google Play compatibility layer issue. --- static/releases.html | 1 - 1 file changed, 1 deletion(-) diff --git a/static/releases.html b/static/releases.html index eeb87581..94d5ce88 100644 --- a/static/releases.html +++ b/static/releases.html @@ -741,7 +741,6 @@
  • enable customizing lock screen shortcuts
  • 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, so this is an AOSP-specific upstream bug)
  • Launcher: delete broken legacy shortcuts instead of crashing (upstream bug)
  • -
  • Sandboxed Google Play compatibility layer: avoid crash in TelephonyManager.requestCellInfoUpdate()
  • Sandboxed Google Play compatibility layer: enable DynamiteLoader v2
  • fix per-app hardening configuration for apps missing from the Owner user
  • fix Bluetooth auto-turn-off