My code for sending a file with an Intent doesn\'t work with all file sources and I could not find the solution yet:
My app is registered for opening files, so when
In the referenced File:
use files-path instead of external-path
or
use Environment.getExternalStorageDirectory()
Environment.getExternalStorageDirectory()