I found the answer shortly after I posted.
Apparently when using Context.OpenFileOutput you only supply the filename
and not a path. I was supplying the full path, in my case
/data/data/MCC.Android/files/Test.txt vs. just Test.txt. The file is still
written to the same exact directory, you just
I'm trying to do something simple but I'm always getting an IllegalArgument
exception:
Context.OpenFileOutput(path, FileCreationMode.WorldReadable)
I want my file to be readable by other apps. Does anyone have experience
with this? According to the Java documentation I think I'm doing it
correc