Created
April 18, 2015 08:03
-
-
Save 45kb/c9db5b5bdfd674aac46f to your computer and use it in GitHub Desktop.
Crosswalk getUserMedia()
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#TODO | |
Open AndroidManifest.xml | |
Add lines | |
<uses-permission android:name="android.permission.RECORD_AUDIO" /> | |
<uses-permission android:name="android.permission.CAMERA" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've had a near complete Crosswalk app for about 2 weeks, couldn't find why getUserMedia wasn't working, turns out it was that I was missing android.permission.CAMERA. Thanks a lot.