gpt4 book ai didi

android - Activity URL 回调在 4.0.3 ICS 中不起作用

转载 作者:IT老高 更新时间:2023-10-28 23:36:18 37 4
gpt4 key购买 nike

我在 twitter 应用程序中使用 OAUTH,它会将您发送到应用程序内的 twitter 页面,然后您在该页面登录并被重定向回处理 token 的应用程序。这在 android 2.0.x 和 3.0.x 中完美运行,但在 4.0 中,当我尝试重定向回我的应用程序时,我得到“网页不可用”。谁能告诉我这是为什么??我的 list 文件中有以下内容:

<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data android:scheme="myapp" android:host="myactivity"/>
</intent-filter>

twitter 页面的回调 URL 一直在工作,但现在在 android 4.0 ICS 中没有,有人可以帮忙吗?谢谢。

最佳答案

是Manifesh文件 Activity 入口

    <action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data
android:host="www.yourpage.address"
android:scheme="alocola" /> //scheme name

</intent-filter>

它是在url中打开的html页面,使用click go回调

> <html> Visit my blog <?php $homepage =
> file_get_contents('http://www.example.com/api/parameters'); echo
> $homepage; ?> <a href="alocola://other/parameters/here"> ////alocola use scehma
> <metahttp-equiv="alocola://other/parameters/here"content="5;
> url="alocola://other/parameters/here" > mysite </a> or run the <a
> href=\"alocola"> myactivity</a> callback</html>

关于android - Activity URL 回调在 4.0.3 ICS 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10826327/

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