Revert "Disable auto verify app link"

This reverts commit 5c095e909b.
This commit is contained in:
M66B 2020-05-10 08:27:22 +02:00
parent ff0977803f
commit 2f72e47d37
1 changed files with 1 additions and 1 deletions

View File

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