mirror of https://github.com/M66B/FairEmail.git
Removed intent query
This commit is contained in:
parent
d6af8e560f
commit
60ad704d03
|
@ -63,11 +63,6 @@
|
||||||
<action android:name="android.support.customtabs.action.CustomTabsService" />
|
<action android:name="android.support.customtabs.action.CustomTabsService" />
|
||||||
</intent>
|
</intent>
|
||||||
|
|
||||||
<intent>
|
|
||||||
<action android:name="android.intent.action.PICK" />
|
|
||||||
<data android:scheme="content" />
|
|
||||||
</intent>
|
|
||||||
|
|
||||||
<intent>
|
<intent>
|
||||||
<action android:name="android.intent.action.GET_CONTENT" />
|
<action android:name="android.intent.action.GET_CONTENT" />
|
||||||
<category android:name="android.intent.category.OPENABLE" />
|
<category android:name="android.intent.category.OPENABLE" />
|
||||||
|
|
Loading…
Reference in New Issue