1
0
Fork 0
mirror of synced 2024-07-02 05:00:33 +12:00

Update GETTING_STARTED.md

This commit is contained in:
Damodar Lohani 2023-03-16 07:35:04 +05:45 committed by GitHub
parent e8c74d7204
commit 9aaef931ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ In order to capture the Appwrite OAuth callback url, the following activity need
<application ...>
....
<!-- Add this inside the <application> tag, along side the existing <activity> tags -->
<activity android:name="com.linusu.flutter_web_auth_2.CallbackActivity" >
<activity android:exported="true" android:name="com.linusu.flutter_web_auth_2.CallbackActivity" >
<intent-filter android:label="flutter_web_auth_2">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />