mirror of
https://github.com/SagerNet/sing-box-for-android.git
synced 2025-04-03 20:07:38 +03:00
Fix intent filter
This commit is contained in:
parent
cb06973881
commit
df25a71dcb
1 changed files with 4 additions and 1 deletions
|
@ -65,14 +65,17 @@
|
|||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
<category android:name="android.intent.category.OPENABLE" />
|
||||
|
||||
<data android:scheme="file" />
|
||||
<data android:scheme="content" />
|
||||
|
||||
<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:scheme="content" />
|
||||
</intent-filter>
|
||||
|
||||
<intent-filter>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue