We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add info to documentation about required RECORD_AUDIO permission
The text was updated successfully, but these errors were encountered:
Yes, this should definitely be added to the documentation. 🙂
Sorry, something went wrong.
It would be nice if in addition to ask for this, you give information about how to solve it:
Are included into a note at the readme file of this repository.
The plugin requires the following permission to be added to the AndroidManifest.xml for recording audio:
<uses-permission android:name="android.permission.RECORD_AUDIO" />
From capacitor docs:
Successfully merging a pull request may close this issue.
Add info to documentation about required RECORD_AUDIO permission
The text was updated successfully, but these errors were encountered: