apache / cordova-plugin-media

Apache Cordova Media Plugin
https://cordova.apache.org/
Apache License 2.0
388 stars 767 forks source link

feat(android): support Android 13 permission checks and requests #382

Closed erisu closed 1 year ago

erisu commented 1 year ago

Platforms affected

android

Motivation and Context

Check for and request for permissions based on Android versions.

All Android versions will check for RECORD_AUDIO permission. If the permission is not missing (not granted), it will request for permission.

If Android SDK is less then 33, also check for WRITE_EXTERNAL_STORAGE. Request for the permission if missing.

Closes #380 Closes #374 Resolves #373

Description

Testing

Checklist