Add Storage Scopes section and ToC entry

This commit is contained in:
Jorge Luis Carrillo 2023-09-08 18:43:34 -07:00 committed by Daniel Micay
parent 115735c944
commit 5942134bc6

View File

@ -49,7 +49,12 @@
<li><a href="#3-button-navigation">3-button navigation</a></li>
</ul>
</li>
<li><a href="#storage-access">Storage access</a></li>
<li>
<a href="#storage-access">Storage access</a>
<ul>
<li><a href="#storage-scopes">Storage Scopes</a></li>
</ul>
</li>
<li><a href="#accessibility">Accessibility</a></li>
<li><a href="#auditor">Auditor</a></li>
<li>
@ -265,7 +270,8 @@
providers and modern Android has removed the legacy approach for accessing
external drives.</p>
<h3>Storage Scopes</h3>
<section id="storage-scopes">
<h3><a href="#storage-scopes">Storage Scopes</a></h3>
<p>GrapheneOS provides the Storage Scopes feature as a fully compatible alternative
to the standard Android storage permissions.
@ -307,6 +313,7 @@
As a workaround, users can manually grant access to these files/directories via
SAF picker.</p>
</section>
</section>
<section id="accessibility">
<h2><a href="#accessibility">Accessibility</a></h2>