suzukieng opened a new issue, #373: URL: https://github.com/apache/cordova-plugin-media/issues/373
# Bug Report ## Problem ### What is expected to happen? Recording audio should work on Android 13. ### What does actually happen? Recording audio fails, because the permission request for `WRITE_EXTERNAL_STORAGE` always fails on Android 13. The check is always for both `RECORD_AUDIO` and `WRITE_EXTERNAL_STORAGE`. ## Information The app does not request legacy external storage. I've seen #268 but from my understanding that change only removes the permission from the manifest, but it still tries to acquire it a runtime? ### Command or Code `media.startRecord()` ### Environment, Platform, Device Android 13 running on Samsung Galaxy S20 ### Version information cordova-media-plugin 6.1 ## Checklist - [x] I searched for existing GitHub issues - [x] I updated all Cordova tooling to most recent version - [x] I included all the necessary information above -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org