From e0ba14695f7bfde8eaed588f1adabf38c505897a Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 7 Feb 2022 23:56:12 -0500 Subject: [PATCH] clarify special runtime permission change --- static/releases.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/releases.html b/static/releases.html index 917ab47b..417d506a 100644 --- a/static/releases.html +++ b/static/releases.html @@ -542,7 +542,7 @@
  • change GmsCompat app label from "Sandboxed Google Play" to "GmsCompat" and the activity name to "Sandboxed Google Play settings"
  • add GmsCompat to list of essential system components in Settings
  • Camera: update to version 11
  • -
  • only grant the special GrapheneOS runtime permissions (Network, Sensors) for compatibility on installation for user installed apps (only relevant to Network in practice)
  • +
  • restrict granting the special added GrapheneOS runtime permissions (Network, Sensors) on upgrades to system apps (only relevant to Network in practice)
  • 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 asked them to fix the compatibility issue)
  • do not mark dun APN types as read-only (allows editing more carrier APNs)
  • temporarily suppress SystemUI ANRs due to AOSP 12 screenshot service bug which triggers an ANR in SystemUI by not handling an event some time after taking a screenshot (also occurs on the stock OS and elsewhere, and the main issue is the error message since it's otherwise harmless)