Android的Intent&IntentFilter Intent属性及Intent-filter配置
Android使用Intent来封装程序的调用意图,利于高层次解耦三种重要组件:Activity、Service、BroadcastReceiverIntent包含Component、Action、Category、Data、Type、Extra和Flag这7种属性ComponentIntent的Component属性需要接受一个ComponentName对象,