1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-27 10:17:18 +00:00

Removed intent query

This commit is contained in:
M66B 2020-06-24 12:30:15 +02:00
parent d6af8e560f
commit 60ad704d03

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" />