lordjoe wrote:
> I am writing a content provider to access data in a zip file. The plan
> is to extract data as needed to temporary files since the API REQUIRES
> a file descriptor (as opposed to an input stream). The question is
> where can an Android app write files - we can assume these are small
> and regularly purged. I do not believe the /sdcard is required - any
> thoughts?

getFilesDir(), and make yourself some temporary directory in there if
you want.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Warescription: Three Android Books, Plus Updates, One Low Price!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words "REMOVE ME" as the subject.

Reply via email to