码迷,mamicode.com
首页 > 移动开发 > 详细

ANDROID开发文档翻译

时间:2014-11-12 11:44:28      阅读:200      评论:0      收藏:0      [点我收藏+]

标签:android   io   ar   os   sp   for   文件   on   问题   

============问题描述============



麻烦谁能准确地翻译这几段话。
The way the system identifies the components that can respond to an intent is by comparing the intent received to the intent filters provided in the manifest file of other apps on the device.

When you declare an activity in your app‘s manifest, you can optionally include intent filters that declare the capabilities of the activity so it can respond to intents from other apps. You can declare an intent filter for your component by adding an <intent-filter> element as a child of the component‘s declaration element.

For example, if you‘ve built an email app with an activity for composing a new email, you can declare an intent filter to respond to "send" intents (in order to send a new email) like this:

============解决方案1============


        系统识别能响应intent的components的方法是,将接收到的intent与设备上其它app的manifest文件中提供的intent过滤器作比较。
        当你在你的app的manifest文件中声明一个activity时,你可以选择性地包含intent过滤器,这些过滤器声明了这个activity的兼容性,所以它可以响应从别的app接收到的intent。你可以为你的component声明一个intent过滤器,方法是在声明component标签的子标签处添加<intent-filter>。
        举个例子,如果你作了一个email的app,这个app有一个写邮件的activity,你可以声明一个intent过滤器来响应“发送”intent(为了发送新邮件)像这样:

============解决方案2============


翻译得不错,不过感觉还是有点和汉语的表达方式不一样。

ANDROID开发文档翻译

标签:android   io   ar   os   sp   for   文件   on   问题   

原文地址:http://www.cnblogs.com/meizhenfen42/p/4091704.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!