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:
parent
94096cdc95
commit
f79f95e25a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user