Closed ohtanzcom closed 1 year ago
READ_EXTERNAL_STORAGE and WRITE_EXTERNAL_STORAGE are no longer available in android13, so you have to comment the screenshot part to get the SD card path.
https://github.com/dpa99c/cordova-diagnostic-plugin/pull/495 PR submitted which keeps things working for apps targeting older API versions as well as API 33+
Resolved by merging #495
Feature request
READ_EXTERNAL_STORAGE and WRITE_EXTERNAL_STORAGE are no longer available in android13, so you have to comment the screenshot part to get the SD card path.