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

Android not ask for permission unity2019.3 #40

Closed
Tborth opened this issue Feb 9, 2021 · 1 comment
Closed

Android not ask for permission unity2019.3 #40

Tborth opened this issue Feb 9, 2021 · 1 comment

Comments

@Tborth
Copy link

Tborth commented Feb 9, 2021

I am try it permission in manifest and also ask manually microphone permission but it not not working

@XimpleApps
Copy link

XimpleApps commented Jun 6, 2021

That's not a bug. You must do it coding

void CheckPermission() { #if UNITY_ANDROID if (!Permission.HasUserAuthorizedPermission(Permission.Microphone)) { Permission.RequestUserPermission(Permission.Microphone); }

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

No branches or pull requests

3 participants