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

    https://github.com/apache/cordova-docs/pull/471#discussion_r51930197
  
    --- Diff: www/docs/en/dev/guide/platforms/android/plugin.md ---
    @@ -72,7 +72,7 @@ Otherwise, the plugin may compile but still be 
unavailable to Cordova.
     One instance of a plugin object is created for the life of each
     `WebView`. Plugins are not instantiated until they are first
     referenced by a call from JavaScript, unless `<param>` with an `onload`
    -`name` attribute is set to `"true"` in `config.xml`. E.g.:
    +`name` attribute is set to `"true"` in `config.xml`. For example,
     
         <feature name="Echo">
             <param name="android-package" 
value="<full_name_including_namespace>" />
    --- End diff --
    
    I believe the `"android-package"` param is used for defining the Java 
package for your app so that the directory structure gets created correctly. 
See an example usage here: 
https://github.com/apache/cordova-plugin-camera/blob/master/plugin.xml#L64


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