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 10923183AD for ; Tue, 7 Jul 2015 00:18:05 +0000 (UTC) Received: (qmail 9580 invoked by uid 500); 7 Jul 2015 00:18:04 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 9557 invoked by uid 500); 7 Jul 2015 00:18:04 -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 9542 invoked by uid 99); 7 Jul 2015 00:18:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2015 00:18:04 +0000 Date: Tue, 7 Jul 2015 00:18:04 +0000 (UTC) From: "Joe Bowser (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (CB-9298) Plugins are no longer able to get values from config.xml 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-9298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser closed CB-9298. -------------------------- Resolution: Invalid Plugins have preferences already > Plugins are no longer able to get values from config.xml > -------------------------------------------------------- > > Key: CB-9298 > URL: https://issues.apache.org/jira/browse/CB-9298 > Project: Apache Cordova > Issue Type: Bug > Components: Android > Affects Versions: 4.0.0 > Reporter: Joe Bowser > Assignee: Joe Bowser > Priority: Blocker > Fix For: 4.1.0 > > > Due to the security fix, we no longer have a way for third-party plugins to read config.xml. We need to put the preferences inside the CordovaInterface. This wasn't an issue until the CordovaInterface was separated from the CordovaActivity. Since we can't guarantee that we'll even be using a Cordova Activity with any of the WebViews, we need to make sure the Interface has the preferences when it is created. This is related to CB-9251. -- 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