On Thu, Jul 21, 2011 at 10:00 AM, Hugo M <ham1...@gmail.com> wrote:
> Hi, what is the max size of tmp files I can create in an application?

As big as free space supports. There's probably some multi-GB upper
bound somewhere due to the underlying file system, but you should not
be creating files anywhere near that size.

> I have
> a viewer with encrypted images, and I want to have a thread that stores
> unencrypted images in the temp folder.

There is no "temp folder". There is a cache folder.

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

Android Training...At Your Office: http://commonsware.com/training

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

Reply via email to