From 7b7a954dfb3b4b779f744e747f3760c84f67e233 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 14 Oct 2021 02:51:20 -0400 Subject: [PATCH] dexpreopt overhaul --- static/releases.html | 1 + 1 file changed, 1 insertion(+) diff --git a/static/releases.html b/static/releases.html index 494da245..ddba20f0 100644 --- a/static/releases.html +++ b/static/releases.html @@ -460,6 +460,7 @@
  • use new privacy indicators for location
  • 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)
  • Updater: update to target API level 31 (Android 12)
  • Updater: use Android 12 foreground service setup
  • SetupWizard: update to latest upstream code