Closed ghenry22 closed 1 year ago
android getExternalSdCardDetails on API 33 fails as the read/write external storage permissions have been removed.
Update to use the existing permissions check for API < 33, do not request the invalid permissions for API 33+
Backward compatible, non-breaking change.
What kind of change does this PR introduce?
For bug fixes / features, please check if your PR fulfills the following requirements:
Tested extensively on my own projects with different API versions to validate behaviour on API below 33 and on API 33+
No changes to existing behaviour
android getExternalSdCardDetails on API 33 fails as the read/write external storage permissions have been removed.
Update to use the existing permissions check for API < 33, do not request the invalid permissions for API 33+
Backward compatible, non-breaking change.
PR Type
What kind of change does this PR introduce?
PR Checklist
For bug fixes / features, please check if your PR fulfills the following requirements:
What is the purpose of this PR?
Does this PR introduce a breaking change?
What testing has been done on the changes in the PR?
Tested extensively on my own projects with different API versions to validate behaviour on API below 33 and on API 33+
What testing has been done on existing functionality?
No changes to existing behaviour
Other information