hi,
I use:
fOut = thecontext.openFileOutput(filename, Context.MODE_PRIVATE);
Does the private mean that unless you have the phone and are the user of the phone or otherwise got your hand on it, that no program can read the file I'm writing?
I.e no installed program could request any permission to read a file marked by my program as private?
Mike