展会信息港展会大全

android Intent resolution
来源:互联网   发布日期:2016-01-14 09:16:18   浏览:1841次  

导读:Intent resolution,是指Android系统如何将一个intent请求匹配到一个已经在系统中注册的组件的(activity,service,broadcast receiver)。根据《Unlocking Android》书中描述,intent解析有两个最基本的原则......

Intent resolution,是指Android系统如何将一个intent请求匹配到一个已经在系统中注册的组件的(activity,service,broadcast receiver)。根据《Unlocking Android》书中描述,intent解析有两个最基本的原则:

1、The action and category must match.

2、If specified, the data type must match, or the combination of data scheme and authority and path must match.

一般情况下,intent-filter中只要包含action和category就足以满足很多需求。在实际解析过程中,如果一个组件的intent-filter中没有声明任何action,那么任何intent都能与该组件的action相匹配;但是如果一个intent-filter中没有声明任何category,那么这个组件只能与没有指定任何category的intent相匹配。需要注意的是:在隐式调用activity时,系统会自动给intent中加入android.intent.category.DEFAULT的category,所以如果一个intent-filter中不声明Ddefault的category就会导致intent匹配不到任何组件。

赞助本站

人工智能实验室

相关热词: Intent resolution

相关内容
AiLab云推荐
展开

热门栏目HotCates

Copyright © 2010-2024 AiLab Team. 人工智能实验室 版权所有    关于我们 | 联系我们 | 广告服务 | 公司动态 | 免责声明 | 隐私条款 | 工作机会 | 展会港