From 6b14e8afc00571b7e398510ee217cfbf8c3be007 Mon Sep 17 00:00:00 2001
From: Dmitry Muhomor 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.