diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-07-13 01:33:22 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-08-25 23:15:08 -0400 |
| commit | 16d0eda0a628636c35957b2179a4be8428b8c9d1 (patch) | |
| tree | 6217418ee8f68f98ab1718ec2cb5ffcdd2ea2671 /static/features.html | |
| parent | 275fe8bb905945c71bed9a612964b8b9479c9503 (diff) | |
add initial storage access documentation
Diffstat (limited to 'static/features.html')
| -rw-r--r-- | static/features.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/static/features.html b/static/features.html index 5fccc876..1e1d48bf 100644 --- a/static/features.html +++ b/static/features.html @@ -106,6 +106,7 @@ <li><a href="#sandboxed-google-play">Sandboxed Google Play</a></li> <li><a href="#network-permission-toggle">Network permission toggle</a></li> <li><a href="#sensors-permission-toggle">Sensors permission toggle</a></li> + <li><a href="#storage-scopes">Storage Scopes</a></li> <li><a href="#broad-carrier-support">Broad carrier support without invasive carrier access</a></li> <li><a href="#lte-only-mode">LTE-only mode</a></li> <li><a href="#wifi-privacy">Wi-Fi privacy</a></li> @@ -471,6 +472,21 @@ default.</p> </section> + <section id="storage-scopes"> + <h3><a href="#storage-scopes">Storage Scopes</a></h3> + + <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> + + <p>For more details, see the <a href="/usage#storage-access">usage guide + section on storage access</a>.</p> + </section> + <section id="broad-carrier-support"> <h3><a href="#broad-carrier-support">Broad carrier support without invasive carrier access</a></h3> |
