博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ANDROID开发文档翻译
阅读量:5250 次
发布时间:2019-06-14

本文共 1228 字,大约阅读时间需要 4 分钟。

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

麻烦谁能准确地翻译这几段话。
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============

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

转载于:https://www.cnblogs.com/hugangyan86/p/4042021.html

你可能感兴趣的文章
ArcGIS Engine 中的绘制与编辑
查看>>
Oracle--通配符、Escape转义字符、模糊查询语句
查看>>
子网划分讲解及练习(一)
查看>>
Python 装饰器
查看>>
c# 文件笔记
查看>>
Vue 自定义指令
查看>>
帆软 控件内容 清除
查看>>
第一页 - 工具的使用(webstorm)
查看>>
.net static 变量
查看>>
The Number of set-hdu-3006
查看>>
[设计模式]适配器模式与外观模式
查看>>
自定义分页控件,修改自AspNetForums.Controls.Pager
查看>>
ssh 免签登录 亲测可以
查看>>
Decode Ways
查看>>
Java API 操作 Mongodb
查看>>
原地算法之从排序数组中删除重复项
查看>>
记录Vmware Workstation及Centos6.8 的安装
查看>>
C# List集合转换成DataTable
查看>>
python-flask框架
查看>>
详解B2B、B2C、C2B、C2C、O2O的含义及区别
查看>>