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 E02B01018C for ; Wed, 4 Dec 2013 20:46:36 +0000 (UTC) Received: (qmail 23960 invoked by uid 500); 4 Dec 2013 20:46:36 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 23944 invoked by uid 500); 4 Dec 2013 20:46:36 -0000 Mailing-List: contact issues-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 issues@cordova.apache.org Received: (qmail 23936 invoked by uid 99); 4 Dec 2013 20:46:36 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Dec 2013 20:46:36 +0000 Date: Wed, 4 Dec 2013 20:46:36 +0000 (UTC) From: "Joe Bowser (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (CB-5398) Pick image from Library or Photo album on android 4.4 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-5398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13839321#comment-13839321 ] Joe Bowser edited comment on CB-5398 at 12/4/13 8:45 PM: --------------------------------------------------------- Also, we're not fixing Android 4.4 issues in this release, we're building against Android 4.4 and turning on Android 4.4 features. We MAY fix issues, but that's not the point of this release. was (Author: bowserj): Also, we're not fixing Android 4.4 issues, we're building against Android 4.4 and turning on Android 4.4 features. > Pick image from Library or Photo album on android 4.4 > ----------------------------------------------------- > > Key: CB-5398 > URL: https://issues.apache.org/jira/browse/CB-5398 > Project: Apache Cordova > Issue Type: Bug > Components: Android, Plugin Camera > Affects Versions: 2.9.0, 3.2.0 > Environment: android 4.4 > Reporter: julio cesar > Assignee: Mike Billau > > An android 4.4 try to pick a photo using pictureSource.PHOTOLIBRARY or pictureSource.SAVEDPHOTOALBUM and return type destinationType.FILE_URI. > Now android 4.4, when you select the above options, it opens an "open from" dialog that let you choose from new places as "Recent", "Drive", "Images" and "Downloads" (the names might not be the same as I use the device in spanish and translated it). > If you choose any of them, you get an error, AndroidProtocolHandler, unable to open content URL: the url here with a content://com.android.providers format. > I've tested on phonegap 2.9 because this is the version I use, but I suppose it affects all of them. (in fact I use 2.9.1) -- This message was sent by Atlassian JIRA (v6.1#6144)