Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5552B18C9F for ; Sun, 8 Nov 2015 13:49:56 +0000 (UTC) Received: (qmail 12581 invoked by uid 500); 8 Nov 2015 13:49:56 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 12533 invoked by uid 500); 8 Nov 2015 13:49:56 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 12522 invoked by uid 99); 8 Nov 2015 13:49:55 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Nov 2015 13:49:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B8460E03CD; Sun, 8 Nov 2015 13:49:55 +0000 (UTC) From: thehuijb To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org References: In-Reply-To: Subject: [GitHub] cordova-plugin-camera pull request: feature CB-8777 Add option onl... Content-Type: text/plain Message-Id: <20151108134955.B8460E03CD@git1-us-west.apache.org> Date: Sun, 8 Nov 2015 13:49:55 +0000 (UTC) Github user thehuijb commented on a diff in the pull request: https://github.com/apache/cordova-plugin-camera/pull/80#discussion_r44224879 --- Diff: src/android/CameraLauncher.java --- @@ -270,18 +279,20 @@ public void getImage(int srcType, int returnType, int encodingType) { croppedUri = null; if (this.mediaType == PICTURE) { intent.setType("image/*"); - if (this.allowEdit) { + if (this.onlyGalleries) { --- End diff -- you're probably right, but since the allowEdit option was already forcing the galleries only option, I thought this way would have the least impact --- 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 infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org