You should use:

openFileOutput(FILENAME, Context.MODE_WORLD_READABLE
<http://developer.android.com/reference/android/content/Context.html#MODE_WORLD_READABLE>)

to create the file in your case.

Refer to this for more info:
http://developer.android.com/guide/topics/data/data-storage.html


On Fri, Jan 14, 2011 at 10:05 AM, John Lussmyer <[email protected]>wrote:

> So, all the documentation about making things "World Writeable" is a flat
> out lie?
>
>
> On Thu, Jan 13, 2011 at 6:37 PM, metal mikey <[email protected]> wrote:
>
>> > I have an app that is writing a file that I would like other apps to be
>> able
>> > to access.
>>
>> You can't achieve that. For good reason too..
>>
>>
>  --
> 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]<android-developers%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
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

Reply via email to