From 07d9b17eb9c5a441607cb946480650604db2fb64 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 18 Mar 2022 09:28:59 -0400 Subject: [PATCH] PendingIntent compatibility improvement --- static/releases.html | 1 + 1 file changed, 1 insertion(+) diff --git a/static/releases.html b/static/releases.html index ce5f5643..d583070c 100644 --- a/static/releases.html +++ b/static/releases.html @@ -528,6 +528,7 @@
  • skip screen-on animation
  • Dialer: fix theme colors in dark mode
  • Apps: update to version 5
  • +
  • improve Android 12 PendingIntent security check compatibility due to buggy apps including Chromium targeting API 31+ with outdated Play services client libraries lacking Android 12 support (triggered much more frequently on GrapheneOS due to PendingIntent being used to request runtime permissions on behalf of Play services)
  • -->