From e768faa8ac6a15647e9c1f6b5db99778d0e8d6cc Mon Sep 17 00:00:00 2001 From: ralf401 Date: Sun, 20 Aug 2023 13:40:37 +0200 Subject: [PATCH] Fixed typo in usage.html is -> it --- static/usage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/usage.html b/static/usage.html index 9626c38b..56f3894d 100644 --- a/static/usage.html +++ b/static/usage.html @@ -270,7 +270,7 @@

GrapheneOS provides the Storage Scopes feature as a fully compatible alternative to the standard Android storage permissions. Storage Scopes can be enabled only if the app doesn't have any storage permission. - Enabling Storage Scopes makes the app assume that is has all of storage permissions + Enabling Storage Scopes makes the app assume that it has all of storage permissions that were requested by it, despite not actually having any of them.

This means that the app can't see any of the files that were created by other apps.