I am trying to add Context.MODE_WORLD_READABLE permission to FileOutputStream(file,append) which is only possible in context.openFileOutput(name,Context.MODE_WORLD_READABLE) but i dont need openFileOutput since I am not able to make sub directories and also i need append mode true.
What can i do???
Thanks In Advance