diff --git a/framework/src/org/apache/cordova/Config.java b/framework/src/org/apache/cordova/Config.java index ccf49c54..c2ced34b 100644 --- a/framework/src/org/apache/cordova/Config.java +++ b/framework/src/org/apache/cordova/Config.java @@ -50,9 +50,8 @@ public class Config { private static Config self = null; public static void init(Activity action) { - if (self == null) { - self = new Config(action); - } + //Just re-initialize this! Seriously, we lose this all the time + self = new Config(action); } // Intended to be used for testing only; creates an empty configuration.