-
Notifications
You must be signed in to change notification settings - Fork 135
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
Permissions #17
Comments
I managed to access the camera and audio adding this codes: In the MainActivy.java file, add this imports
Then I write this function:
And place this:
below this:
This is to explicitly request these permissions. Which is mandatory from Android 6.0. And in the AndroidManifest.xml file:
Sorry for my bad english! I hope helps you |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I added some more permissions to
AndroidManifest.xml
:However, the PWA is still not able to use GPS or speech recognition (and it does not specifically ask for these permissions).
When I go to the phone settings and open the app permissions I see that the permissions listed above are known, but not granted:
I have no experience with native app development.
What do I need to do to activate such permissions?
The text was updated successfully, but these errors were encountered: