When requesting the SaveMediaPermission on Android 13+ (project targeting Android 13 and device running android 13), I am unable to get a response. My understanding is that the WRITE_EXTERNAL_STORAGE permission check shouldn't be needed on Android 13 and should be skipped, however doing that means the SaveAsync method fails for not having the permission supplied.
Actual Behavior
SaveMediaPermission never gets granted, dialogue doesn't show. SaveAsync errors for denied permission.
Expected behavior
On Android 13 the SaveAsync process should proceed without the SaveMediaPermission (WRITE_EXTERNAL_STORAGE)
Description
When requesting the
SaveMediaPermission
on Android 13+ (project targeting Android 13 and device running android 13), I am unable to get a response. My understanding is that the WRITE_EXTERNAL_STORAGE permission check shouldn't be needed on Android 13 and should be skipped, however doing that means theSaveAsync
method fails for not having the permission supplied.Actual Behavior
SaveMediaPermission never gets granted, dialogue doesn't show. SaveAsync errors for denied permission.
Expected behavior
On Android 13 the SaveAsync process should proceed without the SaveMediaPermission (WRITE_EXTERNAL_STORAGE)
Steps to reproduce the behavior
Screenshots or Videos
Reproduction Link
Configuration