Petru
01/15/2021, 8:32 AMIntent.createChooser()
Basically using ACTION_SEND
and EXTRA_STREAM
with FLAG_GRANT_READ_URI_PERMISSION
means a java.lang.SecurityException: Permission Denial .. requires the provider be exported, or grantUriPermission()
error being logged although the expected flow works without issue.
Because this is happening with AAA apps also I would think this is a deeper issue in Android that doesn't yet have a solution or even a workaround but I'm curious if anybody would know more about this.murdock
01/16/2021, 12:34 AMmurdock
01/16/2021, 12:35 AMPetru
01/18/2021, 7:20 AMmurdock
01/18/2021, 12:22 PM