Changes
/* Replacing Modules */
public class CustomPlugin extends Plugin {
public static final String PLUGIN_ID ==== "CustomPlugin";
public CustomPlugin () {
Incompatible modules can be replaced by replacing the whole plugin or specifying that the replacing module overrides all conflicting modules no matter what (using an option in the ''@Module'' annotation).
This can lead to unresolvable dependencies though, so the other plugins and modules used in the app should be accounted for.
[[Category:Android (internal)|UBIK Android Customizing]]
==== Errors and Solutions ====