summaryrefslogtreecommitdiff
path: root/static/features.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/features.html')
-rw-r--r--static/features.html10
1 files 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 @@
<p>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.</p>
+ 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.</p>
<p>For more details, see the <a href="/usage#storage-access">usage guide
section on storage access</a>.</p>