小编Wol*_*ine的帖子

Chrome自定义标签Oauth2 Flow

我正在使用chrome自定义标签来登录strava.我可以授权该应用,但Chrome自定义标签在达到重定向时不会重定向回我的应用.

<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:host="sample.example.com"
       android:pathPrefix="/"
       android:scheme="http" />
</intent-filter>
Run Code Online (Sandbox Code Playgroud)

当Chrome自定义标签转向重定向URI时,如何重定向回应用?

java android google-chrome chrome-custom-tabs

5
推荐指数
1
解决办法
1244
查看次数

标签 统计

android ×1

chrome-custom-tabs ×1

google-chrome ×1

java ×1