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

    https://github.com/apache/cordova-docs/pull/471#discussion_r51833065
  
    --- 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 --
    
    What does the `android-package` stand for?


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