mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-22 00:32:55 +08:00
Forgot to remove the method that copied over the intent data
This commit is contained in:
parent
4ea684dd7a
commit
44aa7464e1
@ -164,7 +164,6 @@ public class CordovaActivity extends Activity {
|
|||||||
parser.parse(this);
|
parser.parse(this);
|
||||||
preferences = parser.getPreferences();
|
preferences = parser.getPreferences();
|
||||||
preferences.setPreferencesBundle(getIntent().getExtras());
|
preferences.setPreferencesBundle(getIntent().getExtras());
|
||||||
preferences.copyIntoIntentExtras(this);
|
|
||||||
launchUrl = parser.getLaunchUrl();
|
launchUrl = parser.getLaunchUrl();
|
||||||
pluginEntries = parser.getPluginEntries();
|
pluginEntries = parser.getPluginEntries();
|
||||||
Config.parser = parser;
|
Config.parser = parser;
|
||||||
|
Loading…
Reference in New Issue
Block a user