dpa99c / cordova-diagnostic-plugin

Cordova/Phonegap plugin to manage device settings
539 stars 361 forks source link

getExternalSdCardDetails for android 13 #492

Closed ohtanzcom closed 1 year ago

ohtanzcom commented 1 year ago

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.

2023-03-01 02_04_13-Diagnostic_External_Storage java - Mery

ghenry22 commented 1 year ago

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+

dpa99c commented 1 year ago

Resolved by merging #495