mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-02-09 16:38:40 +01: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" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
|
||||
<data android:mimeType="text/plain" />
|
||||
<data android:mimeType="image/*" />
|
||||
<data android:mimeType="video/*" />
|
||||
<data android:mimeType="*/*" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user