mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Share image with both setData and extra stream intent
This commit is contained in:
		| @@ -575,9 +575,9 @@ class ReaderActivity : BaseRxActivity<ReaderPresenter>() { | ||||
|             uri = File(uri.toString().substringAfter("file://")).getUriCompat(this) | ||||
|         } | ||||
|         val intent = Intent(Intent.ACTION_SEND).apply { | ||||
|             setDataAndType(uri, "image/*") | ||||
|             putExtra(Intent.EXTRA_STREAM, uri) | ||||
|             flags = Intent.FLAG_ACTIVITY_NEW_TASK or Intent.FLAG_GRANT_READ_URI_PERMISSION | ||||
|             type = "image/*" | ||||
|         } | ||||
|         startActivity(Intent.createChooser(intent, getString(R.string.action_share))) | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user