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.
This commit is contained in:
Hans-Christoph Steiner 2015-05-07 14:59:57 -04:00
parent 94096cdc95
commit f79f95e25a

View File

@ -274,8 +274,9 @@
the QR Code for sending the local repo to another device.
-->
<data android:path="/FDROID/REPO" />
<data android:path="/.*/FDROID/REPO" />
<data android:path="/.*/.*/FDROID/REPO" />
<data android:pathPattern="/.*/FDROID/REPO" />
<data android:pathPattern="/.*/.*/FDROID/REPO" />
<data android:pathPattern="/.*/.*/.*/FDROID/REPO" />
</intent-filter>
<meta-data