From 16d0eda0a628636c35957b2179a4be8428b8c9d1 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 13 Jul 2022 01:33:22 -0400 Subject: add initial storage access documentation --- static/features.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'static/features.html') 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 @@
  • Sandboxed Google Play
  • Network permission toggle
  • Sensors permission toggle
  • +
  • Storage Scopes
  • Broad carrier support without invasive carrier access
  • LTE-only mode
  • Wi-Fi privacy
  • @@ -471,6 +472,21 @@ default.

    +
    +

    Storage Scopes

    + +

    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.

    + +

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

    +
    +

    Broad carrier support without invasive carrier access

    -- cgit v1.3.1