Intent总结06 category属性
Category实际上是一个String。他包含了需要处理Intent的组件的种类的信息。很多Category的描述能够放在Intent里。Android定义了许多Category常量,常用的Category的定义和含义如下表:
参考文献:
1 Android API
http://androidappdocs.appspot.com/sdk/index.html
2 Android翻译文档
http://wiki.eoeandroid.com/Android_API_Guides
3 Android组件之间的信使——Intent
http://hbiao68.iteye.com/blog/1319225
4 Intent跳转到系统应用中的拨号界面、联系人界面、短信界面及其他
http://blog.csdn.net/aomandeshangxiao/article/details/6938729
5 Intent组件
http://52android.blog.51cto.com/2554429/499134
6 “android.intent.category.DEFAULT”的目的是什么?