clarify description of Storage Scopes on Features page

This commit is contained in:
Dmitry Muhomor 2023-02-18 10:36:10 +02:00 committed by Daniel Micay
parent d42364edad
commit 6b14e8afc0

View File

@ -533,11 +533,11 @@
<p>GrapheneOS provides Storage Scopes as a fully compatible alternative to the <p>GrapheneOS provides Storage Scopes as a fully compatible alternative to the
standard Android storage permissions. Instead of granting storage permissions, standard Android storage permissions. Instead of granting storage permissions,
users can enable Storage Scopes to grant the requested permissions in a highly users can enable Storage Scopes to make the app assume that it has all storage
restricted mode where the app can create files/directories in the user's home permissions that it asked for. On Android, an app that doesn't have any storage
directory but can only access the files it has created itself. Users can then permissions is still allowed to create files and directories, and is allowed to
optionally add files and directories as storage scopes to permit the app to access the files that it created. Users can optionally add files and directories
access files created by other apps.</p> 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 <p>For more details, see the <a href="/usage#storage-access">usage guide
section on storage access</a>.</p> section on storage access</a>.</p>