From a102d1d23aabcfe85a7062e78e9da66fdcf66d3a Mon Sep 17 00:00:00 2001 From: Joe Bowser Date: Wed, 13 May 2015 10:16:02 -0700 Subject: [PATCH] Forgot to remove the method that copied over the intent data --- framework/src/org/apache/cordova/CordovaActivity.java | 1 - 1 file changed, 1 deletion(-) diff --git a/framework/src/org/apache/cordova/CordovaActivity.java b/framework/src/org/apache/cordova/CordovaActivity.java index bf86c059..c855ecd2 100755 --- a/framework/src/org/apache/cordova/CordovaActivity.java +++ b/framework/src/org/apache/cordova/CordovaActivity.java @@ -152,7 +152,6 @@ public class CordovaActivity extends Activity { parser.parse(this); preferences = parser.getPreferences(); preferences.setPreferencesBundle(getIntent().getExtras()); - preferences.copyIntoIntentExtras(this); launchUrl = parser.getLaunchUrl(); pluginEntries = parser.getPluginEntries(); Config.parser = parser;