Settings that determine how and when a Vaandroid plugin is registered by the runtime.

autoactivate
The runtime will create a plugin service wrapping the bundle and register it in the system. The default behavior is to let the bundle take care of this manually. See ((PluginImpl))
<vaandroid>
  <service>
    <autoactivate>true</autoactivate>
  </service>
</vaandroid>