mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 22:21:18 +00:00
Enable Play deep linking
This commit is contained in:
parent
7500e11a26
commit
23ac7d9d6a
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@
|
||||||
<activity
|
<activity
|
||||||
android:name="net.openid.appauth.RedirectUriReceiverActivity"
|
android:name="net.openid.appauth.RedirectUriReceiverActivity"
|
||||||
tools:node="replace">
|
tools:node="replace">
|
||||||
<intent-filter android:autoVerify="false">
|
<intent-filter android:autoVerify="true">
|
||||||
<action android:name="android.intent.action.VIEW" />
|
<action android:name="android.intent.action.VIEW" />
|
||||||
|
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
|
|
Loading…
Reference in a new issue