This is an automated email from the ASF dual-hosted git repository.
normanbreau pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/cordova-plugin-media-capture.git
The following commit(s) were added to refs/heads/master by this push:
new 0e2d9f6 fix(android): remove unknown permission
android.permission.RECORD_VIDEO (#200)
0e2d9f6 is described below
commit 0e2d9f61f9a9b8016d324750cfd577b506c7fcf1
Author: Alexis THOMAS <[email protected]>
AuthorDate: Wed Feb 17 14:49:20 2021 +0100
fix(android): remove unknown permission android.permission.RECORD_VIDEO
(#200)
---
plugin.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/plugin.xml b/plugin.xml
index e50e8e5..0049eee 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -78,7 +78,6 @@ xmlns:android="http://schemas.android.com/apk/res/android"
<config-file target="AndroidManifest.xml" parent="/*">
<uses-permission android:name="android.permission.RECORD_AUDIO" />
- <uses-permission android:name="android.permission.RECORD_VIDEO"/>
<uses-permission
android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
</config-file>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]