From f79f95e25a9f608e7b311b6c1fb71be342e6f848 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 7 May 2015 14:59:57 -0400 Subject: [PATCH] fix support for nested repo URLs with bad QR scanner apps These needed to be pathPattern rather than path in order to make the IntentFilter treat the .* as a regexp rather than a string literal. --- F-Droid/AndroidManifest.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/F-Droid/AndroidManifest.xml b/F-Droid/AndroidManifest.xml index e29f5ae16..1fd5e97e6 100644 --- a/F-Droid/AndroidManifest.xml +++ b/F-Droid/AndroidManifest.xml @@ -274,8 +274,9 @@ the QR Code for sending the local repo to another device. --> - - + + +