diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-01-16 20:25:58 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-01-16 20:25:58 -0500 |
| commit | 9326f27aa39699b0c5b85eff7dadf0fa6ceda205 (patch) | |
| tree | b740b72a489e5ab9796b0e2048954c77e6cc5a90 /static/usage.html | |
| parent | 6081a6af257de26cbeea899ab8b7a60052dec08b (diff) | |
fix code style
Diffstat (limited to 'static/usage.html')
| -rw-r--r-- | static/usage.html | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/static/usage.html b/static/usage.html index 29519838..fc29ef3a 100644 --- a/static/usage.html +++ b/static/usage.html @@ -299,16 +299,15 @@ <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 their behalf. This type of access doesn't require any of the permissions listed - above. - Using this approach gives the user control over where files are stored in their - home directory and which files/directories can be used by the app. This is based on - the Storage Access Framework (SAF) introduced in Android 4.4. SAF allows the user - to grant access to files/directories in their home directory, external drives - and also app-based storage providers such as network shares, cloud storage, an - encrypted volume, an external drive with a filesystem the OS doesn't support for - external drives, etc. - This is the only way to use those app-based storage providers and modern Android - has removed the legacy approach for accessing external drives.</p> + above. Using this approach gives the user control over where files are stored in + their home directory and which files/directories can be used by the app. This is + based on the Storage Access Framework (SAF) introduced in Android 4.4. SAF allows + the user to grant access to files/directories in their home directory, external + drives and also app-based storage providers such as network shares, cloud storage, + an encrypted volume, an external drive with a filesystem the OS doesn't support + for external drives, etc. This is the only way to use those app-based storage + providers and modern Android has removed the legacy approach for accessing + external drives.</p> <h3>Storage Scopes</h3> |
