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
Steps:
Settings -> Security & privacy -> Privacy controls -> Microphone access
Microphone access
Rebooting the device fixes the issue.
TODO:
The text was updated successfully, but these errors were encountered:
Perhaps follow some of the best practices discussed in https://developer.android.com/training/permissions/explaining-access, e.g.
Wait to access the device's microphone until the user has granted the RECORD_AUDIO permission to your app.
Also, consider that
When the user turns off microphone access, your app receives silent audio.
and make sure Kõnele correctly deals with silent audio, e.g. when the Microphone access is temporarily disabled during a longer recording.
Sorry, something went wrong.
No branches or pull requests
Steps:
Settings -> Security & privacy -> Privacy controls -> Microphone access
(also possible via notification tiles)Microphone access
againRebooting the device fixes the issue.
TODO:
The text was updated successfully, but these errors were encountered: