From 864453bb5d65b8de53219c361b9627ddb1d0d741 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 25 Jun 2020 12:49:55 +0200 Subject: [PATCH] autoVerify="false" on all IntentFilters for HTTP/HTTPS #2004 The autoVerify function seems to require that the app only declare domain names in the IntentFilters that are set up with the "site association" files. For F-Droid to support the verified app link, it would have to stop matching play.google.com, amazon.com, etc. This autoVerify function also triggers DNS lookups at the system level, which might not be forwarded over Tor, in certain scenarios. So this just disables the whole feature. https://developer.android.com/training/app-links/verify-site-associations --- app/src/main/AndroidManifest.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 2a9a29b15..68c59b44f 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -301,7 +301,7 @@ - + @@ -319,7 +319,7 @@ - + @@ -346,7 +346,7 @@ - + @@ -367,7 +367,7 @@ - + @@ -401,7 +401,7 @@ - + @@ -439,7 +439,7 @@ This filter supports HTTP and HTTPS schemes. There is an additional filter for fdroidrepo:// and fdroidrepos:// --> - +