Removed intent query

This commit is contained in:
M66B 2020-06-24 12:30:15 +02:00
parent d6af8e560f
commit 60ad704d03
1 changed files with 0 additions and 5 deletions

View File

@ -63,11 +63,6 @@
<action android:name="android.support.customtabs.action.CustomTabsService" />
</intent>
<intent>
<action android:name="android.intent.action.PICK" />
<data android:scheme="content" />
</intent>
<intent>
<action android:name="android.intent.action.GET_CONTENT" />
<category android:name="android.intent.category.OPENABLE" />