Re: [Android] API change: Where to put a utility method?

2016-08-02 Thread Jesse
This info is in config.xml isn't it? http://www.w3.org/ns/widgets"; xmlns:cdv="http://cordova.apache.org/ns/1.0";> MyAppHasAName ... Plugins are already expected to read their own preferences, unfortuately the CordovaPreferences.java file does not appear to be the right place, as this is no

[Android] API change: Where to put a utility method?

2016-07-29 Thread Joe Bowser
Hey So, after working on the Camera fix for Android N, I found that we need the Java plugins to be able to get the Application ID, and that we shouldn't expect the application ID to be the same as the namespace of the application, so I propose we add a getBuildConfigValue to Cordova. The only pro