[
https://issues.apache.org/jira/browse/CB-5095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13797217#comment-13797217
]
Steve Gill commented on CB-5095:
--------------------------------
Pulled the request in. Just needs to be deployed. Feel free to close pull
request + close all of these related issues.
> Capture - API documentation / plugin.xml permission mismatch
> ------------------------------------------------------------
>
> Key: CB-5095
> URL: https://issues.apache.org/jira/browse/CB-5095
> Project: Apache Cordova
> Issue Type: Bug
> Components: Android, Docs, Plugin Media Capture
> Affects Versions: 3.1.0
> Reporter: Peter
> Assignee: Mike Sierra
> Priority: Minor
>
> The plugin for *cordova-plugin-media-capture* plugin.xml
> https://github.com/apache/cordova-plugin-media-capture/blob/3.1.0/plugin.xml
> says it needs the following permissions
> {code}
> <uses-permission android:name="android.permission.RECORD_AUDIO" />
> <uses-permission android:name="android.permission.RECORD_VIDEO"/>
> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
> {code}
> but the documentation
> http://cordova.apache.org/docs/en/3.1.0/cordova_media_capture_capture.md.html#Capture
> says it only needs
> {code}
> <uses-permission android:name="android.permission.RECORD_AUDIO" />
> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
> {code}
--
This message was sent by Atlassian JIRA
(v6.1#6144)