Skip to content

Commit b05e7f1

Browse files
Remove unnecessary intent filter
1 parent 1bde4b4 commit b05e7f1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

example/reactnative/android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@
4949
android:host="host"
5050
android:pathPrefix="/path"
5151
android:scheme="com.authgear.example.rn" />
52-
<data
53-
android:host="host"
54-
android:pathPrefix="/open_wechat_app"
55-
android:scheme="com.authgear.example.rn" />
5652
</intent-filter>
5753
</activity>
5854
</application>

0 commit comments

Comments
 (0)