Currently, the launcher attempts to start all bundles passed on the command line, including fragment bundles. It will print stack traces for BundleException but has to ignore them because we need to load fragment bundles.
Instead, the launcher should detect fragment bundles, and only install them, but not start them.
Currently, the launcher attempts to start all bundles passed on the command line, including fragment bundles. It will print stack traces for
BundleException
but has to ignore them because we need to load fragment bundles.Instead, the launcher should detect fragment bundles, and only install them, but not start them.