简介
Intent 是一个包含数据信息的对象,它有三种方式与其他组件进行交互:
- 启动一个 Activity
- 启动一个 Service
- 发送一个广播
Intent 的类型
显示意图
ot name a specific component, but instead declare a general action to perform, which allows a component from another app to handle it. For example, if you want to show the user a location on a map, you can use an implicit intent to request that another capable app show a speci