From 5ceeac4845bbf83275ce1e5e4d95844943565194 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 14 Oct 2021 20:56:59 -0400 Subject: [PATCH] backport launcher fixes --- static/releases.html | 1 + 1 file changed, 1 insertion(+) diff --git a/static/releases.html b/static/releases.html index ddba20f0..8625af56 100644 --- a/static/releases.html +++ b/static/releases.html @@ -461,6 +461,7 @@
  • raise permission usage history from 1 day to 7 days
  • enable permission history for all permission groups
  • use speed compiler filter for dexpreopt by default (converted from build configuration to build system to cover product/vendor/system_ext)
  • +
  • Launcher: backport multiple fixes from AOSP master
  • Updater: update to target API level 31 (Android 12)
  • Updater: use Android 12 foreground service setup
  • SetupWizard: update to latest upstream code