fix option in action.VIEW

This commit is contained in:
luvletter2333 2021-06-30 19:33:07 +08:00
parent b3f25718b1
commit ee12252e5b
No known key found for this signature in database
GPG Key ID: BFD68B892BECC1D8
1 changed files with 1 additions and 3 deletions

View File

@ -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>