Skip to content

Instantly share code, notes, and snippets.

@muyiwexy
Created October 27, 2022 08:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save muyiwexy/f1a0f6c59329d25d37c353f34a4fa9aa to your computer and use it in GitHub Desktop.
Save muyiwexy/f1a0f6c59329d25d37c353f34a4fa9aa to your computer and use it in GitHub Desktop.
<activity android:name="com.linusu.flutter_web_auth_2.CallbackActivity" android:exported="true">
<intent-filter android:label="flutter_web_auth_2">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="appwrite-callback-[PROJECT-ID]" />
</intent-filter>
</activity>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment