Skip to content

Commit

Permalink
Fix deep link custom url on Android. WaaSLogin via Google is working
Browse files Browse the repository at this point in the history
  • Loading branch information
BellringerQuinn committed Nov 20, 2023
1 parent 7895f6b commit 89ddcaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Plugins/Android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="powered-by-sequence"/>
<data android:scheme="sdk-powered-by-sequence"/>
</intent-filter>
</activity>
</application>
Expand Down

0 comments on commit 89ddcaf

Please sign in to comment.