I have an app that is writing a file that I would like other apps to be able to access. Looking at it in DDMS, I see that it's permissions only let the one user see it. The docs at http://developer.android.com/reference/java/io/File.html#setWritable%28boolean,%20boolean%29 show that the File object should have a setWriteable() method.
That method doesn't seem to exist. At least Eclipse won't let me use it without flagging it as a syntax error, and it doesn't appear in the popup list of methods on a File object. So, is there some other way to make the file world writeable? I can't use OpenFileOutput() since that doesn't allow path separator characters. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

