Android:如何在动作中获取intent filter的`path`值

时间:2012-02-04 15:16:18

标签: android intentfilter

我有<intent-filter> schemahost匹配,并且工作正常。现在,对于相同的意图URI,我添加了路径值,并且没有为path标记添加<intent-filter>属性。 我的活动仍然被正确调用,但我需要访问传递的path值。

我该怎么办?

谢谢, Venkat

1 个答案:

答案 0 :(得分:1)

您可以通过调用Uri上的Intent来访问用于开始您的活动的getData()中包含的Intent,您可以通过调用{{1}来获取getIntent()Activity