Github user riknoll commented on the pull request: https://github.com/apache/cordova-plugin-camera/pull/142#issuecomment-161410396 Thanks for submitting a PR! I actually just ran into this issue while working on [another issue in JIRA](https://issues.apache.org/jira/browse/CB-10064). After doing some research into this problem, I found that it actually only comes up if you have the CAMERA permission declared in your manifest (I have no idea what the reasoning behind this behavior is). We don't declare that permission, but third party plugins can insert entries into the manifest and so we still need to handle the case. Anyway, the question is, should we always request the camera permission or should we check the manifest for the permission declaration first? I'm leaning towards checking the manifest (we shouldn't get extra permissions for no reason). @infil00p thoughts on that?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org