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

    https://github.com/apache/cordova-android/pull/223#discussion_r41171305
  
    --- Diff: framework/src/org/apache/cordova/CordovaPlugin.java ---
    @@ -40,6 +42,7 @@ Licensed to the Apache Software Foundation (ASF) under one
         public CordovaInterface cordova;
         protected CordovaPreferences preferences;
         private String serviceName;
    +    protected String [] permissions;
    --- End diff --
    
    Each of the core plugins are creating their own version of this field 
either on the instance or `static`. This can be quite confusing. How would you 
explain to a plugin developer - what they are expected to do with this field.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to