How can I serve files from the SECONDARY external storage using the FileProvider?
FileProvider
The current implementation of the FileProvider handles on
And the answer is... FileProvider does not support that. With Android 7 this is even more an issue, due to deprecation of the file:// Uri scheme.
file://
I issued a bug report.