Skip to content
New issue

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

fix: Fix Microphone usage request not showing on Android 11 #418

Merged
merged 1 commit into from
Sep 11, 2021

Conversation

developerantoniosousa
Copy link
Contributor

What

This PR fixes an issue on Android 11 which wasn't showing the instruction and button to grant microphone permission usage. Fix made on example app.

Changes

Now microphone permission usage is verified looking if it has been authorized or not rather than compares with an initial state value not-determined.

Tested on

Samsung A10, Android 11

Related issues

Closes #405

@developerantoniosousa developerantoniosousa changed the title Microphone persmission request wasn't appearing on Android 11 Microphone usage request wasn't appearing on Android 11 Sep 11, 2021
@mrousavy mrousavy changed the title Microphone usage request wasn't appearing on Android 11 fix: Fix Microphone usage request not showing on Android 11 Sep 11, 2021
@mrousavy
Copy link
Owner

thanks for the PR!

@mrousavy mrousavy merged commit 7613775 into mrousavy:main Sep 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Microphone permission was denied! on Example app🐛
2 participants