F
F
foonfyrick2021-05-02 08:55:04
Android
foonfyrick, 2021-05-02 08:55:04

API how to get token from intent?

608e3b6339a45692526968.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
F
foonfyrick, 2021-05-03
@foonfyrick

<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="localhost"
                    android:scheme="http"/>
            </intent-filter>

redirect_uri=http://localhost

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question