Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BC0C518E1D for ; Fri, 26 Feb 2016 21:35:18 +0000 (UTC) Received: (qmail 59418 invoked by uid 500); 26 Feb 2016 21:35:18 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 59397 invoked by uid 500); 26 Feb 2016 21:35:18 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 59122 invoked by uid 99); 26 Feb 2016 21:35:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Feb 2016 21:35:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 394C82C1F60 for ; Fri, 26 Feb 2016 21:35:18 +0000 (UTC) Date: Fri, 26 Feb 2016 21:35:18 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-10120) Camera permission entry in Andorid manifest causes SecurityException when taking a picture MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-10120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15169872#comment-15169872 ] ASF GitHub Bot commented on CB-10120: ------------------------------------- Github user riknoll commented on the pull request: https://github.com/apache/cordova-plugin-camera/pull/179#issuecomment-189490623 @MatthewBooth I want to merge this in. Have you filed an ICLA? See the prerequisites here: http://cordova.apache.org/contribute/contribute_guidelines.html > Camera permission entry in Andorid manifest causes SecurityException when taking a picture > ------------------------------------------------------------------------------------------ > > Key: CB-10120 > URL: https://issues.apache.org/jira/browse/CB-10120 > Project: Apache Cordova > Issue Type: Bug > Components: Plugin Camera > Environment: Android 6.0, cordova-plugin-camera 2.0.0 > Reporter: Richard B Knoll > Assignee: Richard B Knoll > Priority: Critical > Labels: android, mustfix, reproduced, triaged > > See [this stackoverflow thread|http://stackoverflow.com/questions/32789027/android-m-camera-intent-permission-bug]. Apparently, if you declare the CAMERA permission in your manifest and then send out the take picture intent, you get a SecurityException. We do not declare that permission ourselves, but a third party plugin or a user could conceivably insert it into the manifest. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org