Skip to content

Instantly share code, notes, and snippets.

@45kb
Created April 18, 2015 08:03
Show Gist options
  • Save 45kb/c9db5b5bdfd674aac46f to your computer and use it in GitHub Desktop.
Save 45kb/c9db5b5bdfd674aac46f to your computer and use it in GitHub Desktop.
Crosswalk getUserMedia()
#TODO
Open AndroidManifest.xml
Add lines
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.CAMERA" />
@elmarti
Copy link

elmarti commented Aug 29, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment