Hi Ross.

Wow, this will be really cool!

You can manipulate the Android manifest and listen for intents with a plugin.  
See this example plugin.xml that does so: 
https://github.com/8zrealestate/android-referrer-plugin/blob/master/plugin.xml

Some of the limits of plugins right now (unless things have radically changed 
since I looked at them in Cordova 3.0):
* you cannot remove nodes from an xml file
* you cannot change values or attributes of xml file nodes
* you can't modify any other kind of file.

If you need to do any of the above kind of file manipulation, you should use a 
hook.  But I don't know a way to include a hook into a plugin.  

--
Dan Moore
https://leanpub.com/developingwithcordovacli/ 

Reply via email to