From 063bf7f01d4ef987867cad9c4bf7cfcdd8061be7 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 2 Jan 2024 11:59:57 -0500 Subject: [PATCH] extend info on Network permission --- static/features.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/features.html b/static/features.html index 8786f40f..f674d515 100644 --- a/static/features.html +++ b/static/features.html @@ -500,6 +500,13 @@ toggle is enabled by default. However, the OS app installation UI has been extended to show the toggle as part of the installation confirmation page so users can disable it when installing an app.

+ +

When the Network permission is disabled, GrapheneOS pretends the network is + down. It shows the network as down in various APIs, returns errors showing a + network connectivity issue rather than a revoked permission and avoids running + scheduled jobs depending on the network. This results in apps handling it as + if the network is down rather than crashing or showing errors from trying to + use the network and being unable to do it.