Github user pbakondy commented on a diff in the pull request:

    https://github.com/apache/cordova-android/pull/328#discussion_r77677216
  
    --- 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 --
    
    Notice:  if you want to use this method within a ProGuard-obfuscated build 
the application will exit with `java.lang.ClassNotFoundException`


---
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]

Reply via email to