意图的次要属性
我想有意包含各种次要属性
在developer.android.com上,我得到了有关类型属性的以下信息
type——指定意图数据的显式类型(MIME类型)。通常,类型是从数据本身推断出来的。通过设置此属性,您可以禁用该评估并强制使用显式类型。
我无法理解,有人可以详细说明吗
I want to include various secondary attributes with intent
On developer.android.com ,i got the following info about type attribute
type -- Specifies an explicit type (a MIME type) of the intent data. Normally the type is inferred from the data itself. By setting this attribute, you disable that evaluation and force an explicit type.
I am not able to understand it ,can anybody please elaborate
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你的意思是intent的putExtra(...)方法吗?
例如:
Do you mean intent's putExtra(...) method?
For example: