diff --git a/docs/platform-integration/appmodel/permissions.md b/docs/platform-integration/appmodel/permissions.md index e32ffd938..a351245d9 100644 --- a/docs/platform-integration/appmodel/permissions.md +++ b/docs/platform-integration/appmodel/permissions.md @@ -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 when checked or requested. > [!IMPORTANT] -> The and permissions will always return 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 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