The objective is to be able to develop modules / plugins (apks) to a main application.
I've googled and found that there is the use of intents through broadcast receivers (http://www.openintents.org/), but the weakness of this approach is the memory consumption, because I would use multiple VMs.
Regarding OSGi, could not find anything very clear to android, only one application implemented using the Apache Felix OSGi but found many errors when trying to configure (http://www-irisa.univ-ubs.fr/CASA/dev/felixdroid/index.html).
I found no very current example being developed / used. I wonder if, these days, there is some strong strategy (targeted to OSGI) for those who want to provide modularization in android applications?
If anyone knows of any framework or API, please could tell me?