Enable Play deep linking

This commit is contained in:
M66B 2020-08-06 19:14:57 +02:00
parent 7500e11a26
commit 23ac7d9d6a
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@
<activity
android:name="net.openid.appauth.RedirectUriReceiverActivity"
tools:node="replace">
<intent-filter android:autoVerify="false">
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />