From 55173df82f7dd38208836a718ad00fd2b91b5a78 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 4 Feb 2022 18:30:13 -0500 Subject: [PATCH] add package name to Settings app overview page --- static/releases.html | 1 + 1 file changed, 1 insertion(+) diff --git a/static/releases.html b/static/releases.html index 769cca4f..ee9fcf82 100644 --- a/static/releases.html +++ b/static/releases.html @@ -519,6 +519,7 @@
  • Vanadium: enable CFI cast checks
  • change GmsCompat app label from "Sandboxed Google Play" to "GmsCompat" and the activity name to "Sandboxed Google Play settings"
  • Camera: update to version 11
  • +
  • Settings: add package name to app overview page
  • 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)