mirror of
				https://github.com/SimpleMobileTools/Simple-File-Manager.git
				synced 2025-06-05 22:09:15 +02:00 
			
		
		
		
	Merge pull request #501 from womeier/master
Allow all mime-types when using the 'Save As' function
This commit is contained in:
		| @@ -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> | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user