IntentFilter与Intent

来源:互联网 发布:文件夹图标制作软件 编辑:程序博客网 时间:2024/04/29 04:15

1. 从名字来看 IntentFilter 比Intent 多了个Filter 即后者比前者多了个筛选作用筛选条件:action、data和category

 2.intent filter一般不会在java代码中设置,而是在应用的manifest文件中作为<intent-filter>元素的方式声明。一个例外是,为broadcast receiver注册动态的filter,可以调用Context.registerReceiver()方法,通过直接实例化IntentFilter对象创建。

0 0
原创粉丝点击