Github user infil00p commented on a diff in the pull request:
https://github.com/apache/cordova-android/pull/328#discussion_r77679067
--- Diff: framework/src/org/apache/cordova/CoreAndroid.java ---
@@ -357,4 +358,33 @@ public void sendResumeEvent(PluginResult resumeEvent) {
}
}
}
+
+ /*
+ * This needs to be implemented if you wish to use the Camera Plugin
or other plugins
+ * that read the Build Configuration.
+ *
+ * Thanks to Phil@Medtronic and Graham Borland for finding the answer
and posting it to
+ * StackOverflow. This is annoying as hell!
+ *
+ */
+
+ public static Object getBuildConfigValue(Context ctx, String key)
--- End diff --
This class can't be used with ProGuard obfuscation, since it's a Cordova
plugin in the first place.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]