summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Muhomor <muhomor.dmitry@gmail.com>2023-02-18 10:36:10 +0200
committerDaniel Micay <danielmicay@gmail.com>2023-02-18 08:05:31 -0500
commit6b14e8afc00571b7e398510ee217cfbf8c3be007 (patch)
tree94a50432f9a304b8db4388f289b87ea68f726a7d
parentd42364edada05df66246d9039a7809a57a7bcd31 (diff)
clarify description of Storage Scopes on Features page
-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>