gpt4 book ai didi

android - 将复杂模式与 Intent 过滤器和数据相匹配

转载 作者:太空宇宙 更新时间:2023-11-03 10:31:21 25 4
gpt4 key购买 nike

我的 Intent 过滤器看起来像这样:

<intent-filter>
<action android:name="android.intent.action.VIEW" />
<action android:name="android.intent.action.SENDTO" />
<category android:name="android.intent.category.DEFAULT"></category>
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="http" android:host="mywebsite" android:pathPattern="/oauth/authorize?.*oauth_verifier=.*" />
</intent-filter>

但是这不匹配。

如果我删除 ? 及其后的所有内容,它会匹配,但我匹配的网站会多次使用该 URL,而我唯一感兴趣的是 oauth_verifier。

有没有办法让 intent 过滤器匹配 /oauth/authorize 之后的位(查询参数?)

最佳答案

Is there anyway to make an intent filter match the bit (query parameters?) after the /oauth/authorize

不,对不起。

关于android - 将复杂模式与 Intent 过滤器和数据相匹配,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4767631/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com