mirror of
https://github.com/SagerNet/sing-box-for-android.git
synced 2025-04-03 20:07:38 +03:00
Fix pathPattern
This commit is contained in:
parent
33f37128e4
commit
f38e12cf6c
1 changed files with 5 additions and 5 deletions
|
@ -78,11 +78,11 @@
|
|||
<data android:host="*" />
|
||||
<data android:mimeType="application/octet-stream" />
|
||||
<data android:mimeType="text/*" />
|
||||
<data android:pathPattern=".*\\..*\\..*\\..*\\..*\\.bpf" />
|
||||
<data android:pathPattern=".*\\..*\\..*\\..*\\.bpf" />
|
||||
<data android:pathPattern=".*\\..*\\..*\\.bpf" />
|
||||
<data android:pathPattern=".*\\..*\\.bpf" />
|
||||
<data android:pathPattern=".*\\.bpf" />
|
||||
<data android:pathPattern="/.*\\..*\\..*\\..*\\..*\\.bpf" />
|
||||
<data android:pathPattern="/.*\\..*\\..*\\..*\\.bpf" />
|
||||
<data android:pathPattern="/.*\\..*\\..*\\.bpf" />
|
||||
<data android:pathPattern="/.*\\..*\\.bpf" />
|
||||
<data android:pathPattern="/.*\\.bpf" />
|
||||
</intent-filter>
|
||||
|
||||
<intent-filter>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue