Skip to content

Commit 389cef1

Browse files
author
Igor Khomenko
committed
added Android camera permissions for Cordova WebRTC sample
1 parent 3e2f5e0 commit 389cef1

File tree

14 files changed

+28
-4
lines changed

14 files changed

+28
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#Fri May 27 12:53:37 EEST 2016
1+
#Fri May 27 13:41:19 EEST 2016
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

samples/webrtc-cordova/platforms/android/AndroidManifest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@
1111
</activity>
1212
</application>
1313
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="23" />
14+
<uses-permission android:name="android.permission.CAMERA" />
15+
<uses-feature android:name="android.hardware.camera" />
1416
</manifest>
Binary file not shown.
Binary file not shown.

samples/webrtc-cordova/platforms/android/android.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
}
1919
]
2020
}
21+
},
22+
"AndroidManifest.xml": {
23+
"parents": {
24+
"/*": []
25+
}
2126
}
2227
}
2328
},

0 commit comments

Comments
 (0)