There are a lot of tutorials on how to save strings to text files, and how to share text files via an intent (here's an example of the latter).
But what if I want to skip the middleman and not have my string saved to the filesystem? Is there any way to provide a string as a text file through an intent without actually saving it to the filesystem? Like through a stream or something? To clarify, I don't want it provided as just text; I want the receiving app to think it's actually a file.