Skip to content

Commit

Permalink
Edit.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbritch committed Oct 28, 2024
1 parent 130a772 commit 3129592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/platform-integration/appmodel/permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The following table uses ✔️ to indicate that the permission is supported and
If a permission is marked as ❌, it will always return <xref:Microsoft.Maui.ApplicationModel.PermissionStatus.Granted> when checked or requested.

> [!IMPORTANT]
> The <xref:Microsoft.Maui.ApplicationModel.Permissions.StorageRead> and <xref:Microsoft.Maui.ApplicationModel.Permissions.StorageWrite> permissions will always return <xref:Microsoft.Maui.ApplicationModel.PermissionStatus.Granted> on Android API 33+. This is because the underlying Android `READ_EXTERNAL_STORAGE` and `.WRITE_EXTERNAL_STORAGE` permissions are no longer available from API 33.
> The [StorageRead](xref:Microsoft.Maui.ApplicationModel.Permissions.StorageRead) and [StorageWrite](xref:Microsoft.Maui.ApplicationModel.Permissions.StorageWrite) permissions will always return <xref:Microsoft.Maui.ApplicationModel.PermissionStatus.Granted> on Android API 33+. This is because the underlying Android `READ_EXTERNAL_STORAGE` and `WRITE_EXTERNAL_STORAGE` permissions are no longer available from API 33.
## Checking permissions

Expand Down

0 comments on commit 3129592

Please sign in to comment.