开发者

Android intent filter data path example

I tried using the following data in my intent filter:

<data android:scheme=开发者_StackOverflow社区"http" android:host="an.example.i.p" android:pathPrefix="t" />

Why doesn't the following url trigger it?

http://an.example.i.p/t/v2.aspx/chase/a.test.auto


Try android:pathPrefix="/t". The IntentFilter calls Uri#getPath and pass the resulting string to the PatternMatcher and Uri#getPath returns with the starting /.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜