mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-04-25 07:28:47 +02:00
Merge pull request #501 from womeier/master
Allow all mime-types when using the 'Save As' function
This commit is contained in:
commit
e096a6ccaa
@ -90,9 +90,7 @@
|
|||||||
<action android:name="android.intent.action.SEND" />
|
<action android:name="android.intent.action.SEND" />
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
|
|
||||||
<data android:mimeType="text/plain" />
|
<data android:mimeType="*/*" />
|
||||||
<data android:mimeType="image/*" />
|
|
||||||
<data android:mimeType="video/*" />
|
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user