Thank's for reply :)
Actually, I care about application's size, but not only. I also want
to be able to load different PhoneGap versions and different PhoneGap
plugins.
To use a plugin, you need to allow this plugin to be called from
Javascript, and you need to maps the plugin name to the class name
that implement the plugin. This is done by modify "res/xml/
plugins.xml" file.
So my questions are :
- Can we modify with JAVA code "res/xml/plugins.xml" file ?
- Is there are another way to allow plugin to be called from
Javascript, and to maps plugin name to class name that implement the
plugin ?
Ahmed