[mobilesafe] 02_Intent

Android 4.0

Intent

1.intent可以描述一个操作
 
2.简单IPC的实现
进程间通信
 
3.Intent可以用来传递数据
4.激活activity,service,发送广播
 
Intent类型下面这个图
intent-filter:相当于信封
而里面的信就是intent携带的数据