Merge pull request #501 from womeier/master

Allow all mime-types when using the 'Save As' function
This commit is contained in:
Tibor Kaputa 2021-09-24 21:14:37 +02:00 committed by GitHub
commit e096a6ccaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>