0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

fix(console): update flutter integration guide (#4479)

fix android callback action settings
This commit is contained in:
simeng-li 2023-09-12 13:43:18 +08:00 committed by GitHub
parent 2a146bbd31
commit 00e72714de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,7 +112,7 @@ Andorid:
In order to capture the callback url from Logto's sign-in web page, you will need to register your sign-in redirectUri to the `AndroidManifest.xml`.
```xml
<activity android:name="com.linusu.flutter_web_auth.CallbackActivity" android:exported="false">
<activity android:name="com.linusu.flutter_web_auth.CallbackActivity" android:exported="true">
<intent-filter android:label="flutter_web_auth">
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>