fix code style

This commit is contained in:
Daniel Micay 2023-01-16 20:25:58 -05:00
parent 6081a6af25
commit 9326f27aa3

View File

@ -299,16 +299,15 @@
<p>Additionally, both modern and legacy Android apps can open the system file <p>Additionally, both modern and legacy Android apps can open the system file
picker interface to have the user store or load one or more files/directories on picker interface to have the user store or load one or more files/directories on
their behalf. This type of access doesn't require any of the permissions listed their behalf. This type of access doesn't require any of the permissions listed
above. above. Using this approach gives the user control over where files are stored in
Using this approach gives the user control over where files are stored in their their home directory and which files/directories can be used by the app. This is
home directory and which files/directories can be used by the app. This is based on based on the Storage Access Framework (SAF) introduced in Android 4.4. SAF allows
the Storage Access Framework (SAF) introduced in Android 4.4. SAF allows the user the user to grant access to files/directories in their home directory, external
to grant access to files/directories in their home directory, external drives drives and also app-based storage providers such as network shares, cloud storage,
and also app-based storage providers such as network shares, cloud storage, an an encrypted volume, an external drive with a filesystem the OS doesn't support
encrypted volume, an external drive with a filesystem the OS doesn't support for for external drives, etc. This is the only way to use those app-based storage
external drives, etc. providers and modern Android has removed the legacy approach for accessing
This is the only way to use those app-based storage providers and modern Android external drives.</p>
has removed the legacy approach for accessing external drives.</p>
<h3>Storage Scopes</h3> <h3>Storage Scopes</h3>