Allow all mime-types when using the 'Save As' function
This commit is contained in:
parent
9854ccc2e3
commit
a27e44f38d
1 changed files with 1 additions and 3 deletions
|
@ -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…
Reference in a new issue