Bundle的类型
l???????? Require Bundles :使用了Require-Bundle,那么就可以使用该Bundle中所有的资源文件和export的package。
l???????? Fragment Bundles :本身并不拥有独立的classloader,在元数据中指定Fragment-Host来说明其所依附的Bundle,只有在该Bundle使用时才会激活到这个Fragment Bundle。
l???????? Extension Bundles :它用于扩展system bundle,通过Fragment-Host指定到system bundle的方式来实现对system bundle的扩展。