From ba981e9ecfee6afcdacbd1793ce064444726cf34 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 4 Feb 2022 02:36:24 -0500 Subject: [PATCH] link to issue for Microsoft Network toggle compat --- static/releases.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/releases.html b/static/releases.html index cc16c51a..3da9856d 100644 --- a/static/releases.html +++ b/static/releases.html @@ -522,7 +522,7 @@
  • only grant the special GrapheneOS runtime permissions (Network, Sensors) for compatibility on installation for user installed apps (only relevant to Network in practice)
  • 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
  • +
  • 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