I'm using https://github.com/commonsguy/cwac-provider to share files stored in "getExternalFilesDir", because Android FileProvider has no tag for this (although the documentation says it has, you know it's an old mistake in such documentation)
I understand that not every content shared with StreamProvider is a file, but having a "getUriFromFile" method would be useful. Since there is no such method, do I need to create the uris "manually"?