From 6b14e8afc00571b7e398510ee217cfbf8c3be007 Mon Sep 17 00:00:00 2001 From: Dmitry Muhomor Date: Sat, 18 Feb 2023 10:36:10 +0200 Subject: [PATCH] clarify description of Storage Scopes on Features page --- static/features.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/features.html b/static/features.html index 2aa667a7..b25bd62f 100644 --- a/static/features.html +++ b/static/features.html @@ -533,11 +533,11 @@

GrapheneOS provides Storage Scopes as a fully compatible alternative to the standard Android storage permissions. Instead of granting storage permissions, - users can enable Storage Scopes to grant the requested permissions in a highly - restricted mode where the app can create files/directories in the user's home - directory but can only access the files it has created itself. Users can then - optionally add files and directories as storage scopes to permit the app to - access files created by other apps.

+ users can enable Storage Scopes to make the app assume that it has all storage + permissions that it asked for. On Android, an app that doesn't have any storage + permissions is still allowed to create files and directories, and is allowed to + access the files that it created. Users can optionally add files and directories + as storage scopes to permit the app to access files created by other apps.

For more details, see the usage guide section on storage access.