1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00

Merge pull request #5235 from appwrite/fix-android-getting-started

Update GETTING_STARTED.md
This commit is contained in:
Eldad A. Fux 2023-03-21 07:33:39 +02:00 committed by GitHub
commit 5f1fb5a5ef
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" />