From 9f64bea2fe5e09dab3ced869a610ba0894ccfd71 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 4 Feb 2022 03:06:06 -0500 Subject: [PATCH] SystemUI screenshot service ANR workaround --- static/releases.html | 1 + 1 file changed, 1 insertion(+) diff --git a/static/releases.html b/static/releases.html index 3da9856d..aa324702 100644 --- a/static/releases.html +++ b/static/releases.html @@ -523,6 +523,7 @@
  • add GmsCompat to list of essential system components in Settings
  • do not mark dun APN types as read-only (allows editing more carrier APNs)
  • add workaround for Microsoft apps detecting that Network is revoked and crashing the app with a runtime exception due to them adding this to a library as a debugging check for development to detect the INTERNET permission not being declared (we've