is there any possibility to set the startlevel for fragments?
In my usecase I have two fragments with the same host-bundle and want to
make sure, that one fragment is installed before the other. The reason
is that the bundle-id seems to corelate with the startup order. The
bundle-id is used for loading classes and resources.
By setting the startlevel I hope to achieve that a resource is always
loaded from a specific fragment (both fragments contain the same resource).