mirror of
https://github.com/NekoX-Dev/NekoX.git
synced 2024-12-12 17:39:32 +01:00
fix option in action.VIEW
This commit is contained in:
parent
b3f25718b1
commit
ee12252e5b
@ -220,11 +220,9 @@
|
||||
android:priority="1"
|
||||
android:roundIcon="@mipmap/ic_launcher">
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
|
||||
<data android:mimeType="*/*" />
|
||||
<data android:scheme="tg" />
|
||||
</intent-filter>
|
||||
|
||||
<intent-filter>
|
||||
|
Loading…
Reference in New Issue
Block a user